- 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

68
data/room/30.room Normal file
View File

@@ -0,0 +1,68 @@
name=QVOID IS A JAILGAME!
bgColor=blue
border=bright_black
tileMapFile=30.tmx
tileSetFile=standard.gif
roomUp=0
roomDown=0
roomLeft=0
roomRight=29.room
[enemy]
tileSetFile=qvoid.gif
animation=qvoid.ani
width=16
height=16
x=1
y=1
vx=0.7
vy=0
x1=1
y1=1
x2=29
y2=1
color=white
flip=true
[/enemy]
[enemy]
tileSetFile=qvoid.gif
animation=qvoid.ani
width=16
height=16
x=29
y=1
vx=-0.7
vy=0
x1=1
y1=1
x2=29
y2=1
color=red
flip=true
[/enemy]
[enemy]
tileSetFile=qvoid.gif
animation=qvoid.ani
width=16
height=16
x=6
y=7
vx=-0.5
vy=0
x1=1
y1=7
x2=27
y2=7
color=green
flip=true
[/enemy]
[item]
tileSetFile=items.gif
tile=20
x=1
y=2
counter=1
[/item]