Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

47 lines
604B

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