Browse Source

adding images to resources

dmuratshin 9 years ago
parent
commit
fc54d35cf4
8 changed files with 10 additions and 6 deletions
  1. 5 0
      .gitignore
  2. BIN
      data/images/anim.png
  3. BIN
      data/images/button.png
  4. BIN
      data/images/img1.png
  5. BIN
      data/images/img2.png
  6. BIN
      data/images/img3.png
  7. BIN
      data/images/img4.png
  8. 5 6
      data/res.xml

+ 5 - 0
.gitignore

@@ -0,0 +1,5 @@
+proj.win32/Debug_v140_xp/
+*.dll
+proj.win32/Swipeable.VC.db
+proj.win32/.vs/Swipeable/v14/.suo
+proj.win32/Swipeable.VC.VC.opendb

BIN
data/images/anim.png


BIN
data/images/button.png


BIN
data/images/img1.png


BIN
data/images/img2.png


BIN
data/images/img3.png


BIN
data/images/img4.png


+ 5 - 6
data/res.xml

@@ -2,10 +2,9 @@
 <resources>
 <resources>
 	<set path = "images" />
 	<set path = "images" />
 	<atlas>
 	<atlas>
-		<image file="anim.png" cols = "8" />
-		<image file="button.png"/>		
-	</atlas>
-	
-	<set path = "fonts" />
-	<font file="main.fnt" />	
+		<image file="img1.png" />
+		<image file="img2.png" />
+		<image file="img3.png" />
+		<image file="img4.png" />		
+	</atlas>	
 </resources>
 </resources>