Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

46 строки
594B

  1. [version "1"]
  2. [init]
  3. windowAntialiasing = false
  4. windowBackgroundColor = #ffffff
  5. windowHeight = 600
  6. windowTitle = Прототип: Отель
  7. windowWidth = 900
  8. [player]
  9. base = 25
  10. texture = stub
  11. visible = true
  12. [static "s-floor1"]
  13. left = 0
  14. texture = t-floor1
  15. top = 25
  16. visible = true
  17. [static "s-floor2"]
  18. left = 0
  19. texture = t-floor1
  20. top = 225
  21. visible = true
  22. [static "s-floor3"]
  23. left = 0
  24. texture = t-floor1
  25. top = 425
  26. visible = true
  27. [texture "stub"]
  28. file = img/stub.png
  29. height = 50
  30. x = 0
  31. y = 0
  32. width = 50
  33. [texture "t-floor1"]
  34. file = img/bw.sz.src.floor.png
  35. height = 25
  36. x = 0
  37. y = 0
  38. width = 900