This commit is contained in:
2024-07-12 23:24:25 +03:00
parent db003d7e69
commit c155a511c0
5 changed files with 20 additions and 1 deletions

19
ht.config Normal file
View File

@@ -0,0 +1,19 @@
[init]
windowAntialiasing = false
windowBackgroundColor = #ffffff
windowHeight = 600
windowTitle = Прототип: Отель
windowWidth = 900
[texture "t-floor1"]
file = img/bw.sz.src.floor.png
height = 25
x = 0
y = 0
width = 900
[sprite "s-floor1"]
texture = t-floor1
left = 0
top = 100
visible = true

BIN
img/bw.sz.src.floor.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

BIN
img/src.floor.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

BIN
img/sz.src.floor.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

2
run
View File

@@ -1,2 +1,2 @@
#!/bin/bash #!/bin/bash
/Users/mk/py3.12venv/bin/python3.12 main.py /Users/mk/py3.12venv/bin/python3.12 main.py ht.config