Skip to content

Commit

Permalink
chore: fix input_helper, enable bones, update pandora data
Browse files Browse the repository at this point in the history
  • Loading branch information
russmatney committed Dec 2, 2024
1 parent d730239 commit 813c413
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
1 change: 1 addition & 0 deletions addons/input_helper/input_helper.gd
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const DEVICE_SWITCH_CONTROLLER = "switch"
const DEVICE_SWITCH_JOYCON_LEFT_CONTROLLER = "switch_left_joycon"
const DEVICE_SWITCH_JOYCON_RIGHT_CONTROLLER = "switch_right_joycon"
const DEVICE_PLAYSTATION_CONTROLLER = "playstation"
const DEVICE_STEAMDECK_CONTROLLER = "steamdeck"
const DEVICE_GENERIC = "generic"

const XBOX_BUTTON_LABELS = ["A", "B", "X", "Y", "Back", "Home", "Menu", "Left Stick", "Right Stick", "Left Shoulder", "Right Shoulder", "Up", "Down", "Left", "Right", "Share"]
Expand Down
15 changes: 12 additions & 3 deletions data.pandora
Original file line number Diff line number Diff line change
Expand Up @@ -912,19 +912,28 @@
"dot_scenes": {
"type": "array",
"value": {
"0": "res://src/themes/pumpkins/PumpkinDot.tscn"
"0": {
"type": "string",
"value": "res://src/themes/pumpkins/PumpkinDot.tscn"
}
}
},
"goal_scenes": {
"type": "array",
"value": {
"0": "res://src/themes/fall/Leaf.tscn"
"0": {
"type": "string",
"value": "res://src/themes/fall/Leaf.tscn"
}
}
},
"player_scenes": {
"type": "array",
"value": {
"0": "res://src/themes/fall/Player.tscn"
"0": {
"type": "string",
"value": "res://src/themes/fall/Player.tscn"
}
}
},
"puzzle_scene": {
Expand Down
4 changes: 3 additions & 1 deletion project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Store="*res://src/Store.gd"
Music="*res://src/Music.gd"
Sounds="*res://src/Sounds.gd"
GodotSteam="*res://src/GodotSteam.gd"
Debug="*res://addons/bones/Debug.gd"
Juice="*res://addons/bones/Juice.gd"

[display]

Expand All @@ -39,7 +41,7 @@ window/stretch/mode="viewport"

[editor_plugins]

enabled=PackedStringArray("res://addons/AsepriteWizard/plugin.cfg", "res://addons/core/plugin.cfg", "res://addons/dj/plugin.cfg", "res://addons/gdUnit4/plugin.cfg", "res://addons/gdfxr/plugin.cfg", "res://addons/input_helper/plugin.cfg", "res://addons/pandora/plugin.cfg", "res://addons/sound_manager/plugin.cfg")
enabled=PackedStringArray("res://addons/AsepriteWizard/plugin.cfg", "res://addons/bones/plugin.cfg", "res://addons/core/plugin.cfg", "res://addons/dj/plugin.cfg", "res://addons/gdUnit4/plugin.cfg", "res://addons/gdfxr/plugin.cfg", "res://addons/input_helper/plugin.cfg", "res://addons/pandora/plugin.cfg", "res://addons/sound_manager/plugin.cfg")

[file_customization]

Expand Down

0 comments on commit 813c413

Please sign in to comment.