- Initial commit

This commit is contained in:
2025-10-24 14:22:11 +02:00
commit 2de1afba8f
326 changed files with 12309 additions and 0 deletions

42
data/room/32.room Normal file
View File

@@ -0,0 +1,42 @@
name=...?
bgColor=black
border=cyan
tileMapFile=32.tmx
tileSetFile=standard.gif
roomUp=34.room
roomDown=28.room
roomLeft=0
roomRight=33.room
[enemy]
tileSetFile=tree_thing.gif
animation=tree_thing.ani
width=16
height=16
x=23
y=4
vx=0
vy=0.4
x1=23
y1=4
x2=23
y2=13
color=yellow
[/enemy]
[enemy]
tileSetFile=shooting_star.gif
animation=shooting_star.ani
width=16
height=16
x=10
y=2
vx=0
vy=0
x1=10
y1=2
x2=10
y2=2
color=white
frame=0
[/enemy]