Add the street background.
This commit is contained in:
9
inc/map/map.street.lua
Normal file
9
inc/map/map.street.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
Map.register({
|
||||
id = "street",
|
||||
from_x = 30,
|
||||
from_y = 0,
|
||||
width = 30,
|
||||
height = 17,
|
||||
to_x = 0,
|
||||
to_y = 0,
|
||||
})
|
||||
@@ -1,9 +1,9 @@
|
||||
Screen.register({
|
||||
id = "walking_to_home",
|
||||
name = "Walking to home",
|
||||
background_color = Config.colors.dark_grey,
|
||||
decisions = {
|
||||
"go_to_home",
|
||||
"go_to_office",
|
||||
}
|
||||
},
|
||||
background = "street"
|
||||
})
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
Screen.register({
|
||||
id = "walking_to_office",
|
||||
name = "Walking to office",
|
||||
background_color = Config.colors.dark_grey,
|
||||
decisions = {
|
||||
"go_to_home",
|
||||
"go_to_office",
|
||||
}
|
||||
},
|
||||
background = "street"
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user