This commit is contained in:
2024-07-14 23:07:49 +03:00
parent 9a638979d5
commit ae30636af6
2 changed files with 14 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
[version "1"]
[init]
windowAntialiasing = false
windowBackgroundColor = #ffffff
@@ -5,6 +7,11 @@ windowHeight = 600
windowTitle = Прототип: Отель
windowWidth = 900
[player]
base = 25
texture = stub
visible = true
[static "s-floor1"]
left = 0
texture = t-floor1
@@ -23,6 +30,13 @@ texture = t-floor1
top = 425
visible = true
[texture "stub"]
file = img/stub.png
height = 50
x = 0
y = 0
width = 50
[texture "t-floor1"]
file = img/bw.sz.src.floor.png
height = 25

BIN
img/stub.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB