This website works better with JavaScript
Home
Explore
Help
Sign In
TorqueEngine
/
Torque2D
mirror of
https://github.com/TorqueGameEngines/Torque2D.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
- Added a blank image asset which can be used to color-in areas.
MelvMay-GG
12 years ago
parent
7bc97e4dea
commit
b015f1f
2 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
BIN
modules/ToyAssets/1/assets/images/Blank.png
3
0
modules/ToyAssets/1/assets/images/blank.asset.taml
BIN
modules/ToyAssets/1/assets/images/Blank.png
View File
+ 3
- 0
modules/ToyAssets/1/assets/images/blank.asset.taml
View File
@@ -0,0 +1,3 @@
+<ImageAsset
+ AssetName="Blank"
+ ImageFile="Blank.png"/>