Skip to content

Commit

Permalink
Fixed sprites, checks added, first pass at logic implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
ScorpioGameKing committed Mar 7, 2024
1 parent 64bc520 commit da738eb
Show file tree
Hide file tree
Showing 22 changed files with 298 additions and 74 deletions.
Binary file modified images/items/ele_blood.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 modified images/items/ele_dark.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 modified images/items/ele_enigma.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 modified images/items/ele_fire.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 modified images/items/ele_ice.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 modified images/items/ele_light.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 modified images/items/ele_physical.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 modified images/items/ele_poison.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 modified images/items/item_earth_talisman.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 modified images/items/item_josiah_skull.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 modified images/items/item_strange_coin.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 modified images/items/item_term_key.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 modified images/items/item_vhs.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 modified images/items/item_vhs_white.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 modified images/items/item_water_talisman.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 modified images/items/misc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions items/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,29 @@
"type": "toggle",
"img": "images/items/misc.png",
"codes": "limbo"
},
{
"name": "Josiah's Skull",
"type": "toggle",
"img": "images/items/item_josiah_skull.png",
"codes": "jo_skull"
},
{
"name": "Strange Coins",
"type": "toggle",
"img": "images/items/item_strange_coin.png",
"codes": "scoins"
},
{
"name": "Jotunn Slayer",
"type": "toggle",
"img": "images/items/misc.png",
"codes": "slayer"
},
{
"name": "Opened Ballroom",
"type": "toggle",
"img": "images/items/misc.png",
"codes": "open_ballroom"
}
]
18 changes: 14 additions & 4 deletions layouts/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,31 @@
"bb",
"ekey",
"term_key",
"scoins"
],
[
"jo_skull",
"vhs_tape_1",
"vhs_tape_2",
"w_talis",
"e_talis",
"ranged_attacks",
"dsf_checks"
"e_talis"
],
[
"limbo",
"wop",
"ele_light",
"ele_blood",
"ele_blood"
],
[
"ele_fire",
"ele_dark",
"ele_poison"
],
[
"ranged_attacks",
"dsf_checks",
"slayer",
"open_ballroom"
]
]
}
Expand Down
4 changes: 2 additions & 2 deletions layouts/tracker.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"content": [
{
"type": "dock",
"dock": "bottom",
"dock": "left",
"v_alignment": "stretch",
"content": [
{
Expand Down Expand Up @@ -237,7 +237,7 @@
"content": [
{
"type": "dock",
"dock": "bottom",
"dock": "left",
"content": [
{
"type": "group",
Expand Down
Loading

0 comments on commit da738eb

Please sign in to comment.