Add exec command
This commit is contained in:
@@ -6,5 +6,7 @@
|
||||
add_asset(PALETTE first.palette.png)
|
||||
add_asset(IMAGE font_minogram.png type=ALPHA)
|
||||
add_asset(IMAGE entities.png type=PALETTIZED)
|
||||
add_asset(CONFIG init.dcf)
|
||||
add_asset(CONFIG test.dcf)
|
||||
|
||||
# add_asset(TILESET entities.tsx)
|
@@ -1 +0,0 @@
|
||||
bind w up;
|
3
assets/init.dcf
Normal file
3
assets/init.dcf
Normal file
@@ -0,0 +1,3 @@
|
||||
echo "test1";
|
||||
echo "test2";
|
||||
exec "test";
|
1
assets/test.dcf
Normal file
1
assets/test.dcf
Normal file
@@ -0,0 +1 @@
|
||||
echo "test file"
|
Reference in New Issue
Block a user