diff --git a/ht.config b/ht.config new file mode 100644 index 0000000..e1c4bc6 --- /dev/null +++ b/ht.config @@ -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 diff --git a/img/bw.sz.src.floor.png b/img/bw.sz.src.floor.png new file mode 100644 index 0000000..63417c3 Binary files /dev/null and b/img/bw.sz.src.floor.png differ diff --git a/img/src.floor.png b/img/src.floor.png new file mode 100644 index 0000000..23b5b7c Binary files /dev/null and b/img/src.floor.png differ diff --git a/img/sz.src.floor.png b/img/sz.src.floor.png new file mode 100644 index 0000000..7acf512 Binary files /dev/null and b/img/sz.src.floor.png differ diff --git a/run b/run index e697db6..6533644 100755 --- a/run +++ b/run @@ -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