This website works better with JavaScript.
Home
Explore
Help
Sign In
kornerr
/
proto-hotel
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
d
main
Михаил Капелько
5 months ago
parent
db003d7e69
commit
c155a511c0
5 changed files
with
20 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+19
-0
ht.config
BIN
img/bw.sz.src.floor.png
BIN
img/src.floor.png
BIN
img/sz.src.floor.png
+1
-1
run
+ 19
- 0
ht.config
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
View File
Before
After
Width:
900
| Height:
25
| Size:
2.4KB
BIN
img/src.floor.png
View File
Before
After
Width:
1206
| Height:
45
| Size:
117KB
BIN
img/sz.src.floor.png
View File
Before
After
Width:
900
| Height:
25
| Size:
50KB
+ 1
- 1
run
View File
@@ -1,2 +1,2 @@
#!/bin/bash
/Users/mk/py3.12venv/bin/python3.12 main.py
/Users/mk/py3.12venv/bin/python3.12 main.py
ht.config
Write
Preview
Loading…
Cancel
Save