diff --git a/ht.config b/ht.config index d8837a8..2483bab 100644 --- a/ht.config +++ b/ht.config @@ -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 diff --git a/img/stub.png b/img/stub.png new file mode 100644 index 0000000..29d4f92 Binary files /dev/null and b/img/stub.png differ