Compare commits
1 Commits
feature/ta
...
8a7fa96bcd
| Author | SHA1 | Date | |
|---|---|---|---|
| 8a7fa96bcd |
@@ -28,7 +28,6 @@ decision/decision.play_ddr.lua
|
||||
map/map.manager.lua
|
||||
map/map.bedroom.lua
|
||||
map/map.street.lua
|
||||
map/map.office.lua
|
||||
screen/screen.manager.lua
|
||||
screen/screen.home.lua
|
||||
screen/screen.toilet.lua
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
Map.register({
|
||||
id = "office",
|
||||
from_x = 60,
|
||||
from_y = 0,
|
||||
width = 30,
|
||||
height = 17,
|
||||
to_x = 0,
|
||||
to_y = 0,
|
||||
})
|
||||
@@ -5,5 +5,5 @@ Screen.register({
|
||||
"go_to_toilet",
|
||||
"go_to_walking_to_office",
|
||||
},
|
||||
background = "bedroom"
|
||||
background = "bedroom",
|
||||
})
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
Screen.register({
|
||||
id = "office",
|
||||
name = "Office",
|
||||
background_color = Config.colors.dark_grey,
|
||||
decisions = {
|
||||
"play_button_mash",
|
||||
"play_rhythm",
|
||||
@@ -11,5 +12,4 @@ Screen.register({
|
||||
situations = {
|
||||
"drink_coffee",
|
||||
},
|
||||
background = "office"
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user