rodič
revize
c155a511c0
5 změnil soubory, kde provedl 20 přidání a 1 odebrání
  1. +19
    -0
      ht.config
  2. binární
      img/bw.sz.src.floor.png
  3. binární
      img/src.floor.png
  4. binární
      img/sz.src.floor.png
  5. +1
    -1
      run

+ 19
- 0
ht.config Zobrazit soubor

@@ -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ární
img/bw.sz.src.floor.png Zobrazit soubor

Před Za
Šířka: 900  |  Výška: 25  |  Velikost: 2.4KB

binární
img/src.floor.png Zobrazit soubor

Před Za
Šířka: 1206  |  Výška: 45  |  Velikost: 117KB

binární
img/sz.src.floor.png Zobrazit soubor

Před Za
Šířka: 900  |  Výška: 25  |  Velikost: 50KB

+ 1
- 1
run Zobrazit soubor

@@ -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

Načítá se…
Zrušit
Uložit