Add exec command

This commit is contained in:
2025-09-07 23:24:21 -05:00
parent 3f37b7cdb5
commit e32d1f0900
16 changed files with 249 additions and 18 deletions
+2
View File
@@ -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
View File
@@ -1 +0,0 @@
bind w up;
+3
View File
@@ -0,0 +1,3 @@
echo "test1";
echo "test2";
exec "test";
+1
View File
@@ -0,0 +1 @@
echo "test file"