Skip to content

Commit

Permalink
Created house maps, buy house option, buy house quest, & interactions…
Browse files Browse the repository at this point in the history
… for house
  • Loading branch information
fullspeccoder committed Oct 31, 2024
1 parent 0b3dde5 commit 0810d18
Show file tree
Hide file tree
Showing 31 changed files with 2,097 additions and 20 deletions.
41 changes: 38 additions & 3 deletions map_tiled_example.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,17 @@
"width":64,
"x":80,
"y":0
},
{
"height":0,
"id":234,
"name":"",
"rotation":0,
"type":"",
"visible":true,
"width":0,
"x":480,
"y":208
}],
"opacity":1,
"properties":[
Expand All @@ -205,7 +216,7 @@
"value":false
}],
"type":"objectgroup",
"visible":false,
"visible":true,
"x":0,
"y":0
},
Expand Down Expand Up @@ -639,6 +650,30 @@
"width":0,
"x":448,
"y":208
},
{
"height":0,
"id":235,
"name":"spawn_city",
"point":true,
"rotation":0,
"type":"",
"visible":true,
"width":0,
"x":432,
"y":208
},
{
"height":0,
"id":236,
"name":"spawn_downtown",
"point":true,
"rotation":0,
"type":"",
"visible":true,
"width":0,
"x":112,
"y":32
}],
"opacity":1,
"properties":[
Expand All @@ -648,12 +683,12 @@
"value":false
}],
"type":"objectgroup",
"visible":false,
"visible":true,
"x":0,
"y":0
}],
"nextlayerid":27,
"nextobjectid":234,
"nextobjectid":237,
"orientation":"orthogonal",
"renderorder":"right-down",
"tiledversion":"1.11.0",
Expand Down
Binary file added public/exports/maps/map_orange_house.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/exports/maps/map_red_house.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions public/maps/map_city.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
{ "compressionlevel":-1,
"editorsettings":
{
"export":
{
"format":"json",
"target":"map_city.json"
}
},
"height":40,
"infinite":false,
"layers":[
Expand Down
38 changes: 25 additions & 13 deletions public/maps/map_extended_campus.json
Original file line number Diff line number Diff line change
Expand Up @@ -757,39 +757,51 @@
},
{
"height":0,
"id":57,
"name":"spawn_orange_house",
"id":68,
"name":"spawn_extended_campus_top",
"point":true,
"rotation":0,
"type":"",
"visible":true,
"width":0,
"x":136,
"y":80
"x":72,
"y":48
},
{
"height":0,
"id":58,
"name":"spawn_red_house",
"id":69,
"name":"doorOpenRed",
"point":true,
"rotation":0,
"type":"",
"visible":true,
"width":0,
"x":184,
"y":80
"y":56
},
{
"height":0,
"id":68,
"name":"spawn_extended_campus_top",
"id":70,
"name":"doorOpenOrange",
"point":true,
"rotation":0,
"type":"",
"visible":true,
"width":0,
"x":72,
"y":48
"x":136,
"y":56
},
{
"height":0,
"id":71,
"name":"spawn_house",
"point":true,
"rotation":0,
"type":"",
"visible":true,
"width":0,
"x":160,
"y":80
}],
"opacity":1,
"properties":[
Expand All @@ -799,7 +811,7 @@
"value":false
}],
"type":"objectgroup",
"visible":true,
"visible":false,
"x":0,
"y":0
},
Expand Down Expand Up @@ -876,7 +888,7 @@
"y":0
}],
"nextlayerid":13,
"nextobjectid":69,
"nextobjectid":72,
"orientation":"orthogonal",
"renderorder":"right-down",
"tiledversion":"1.11.0",
Expand Down
Loading

0 comments on commit 0810d18

Please sign in to comment.