Skip to content

Commit

Permalink
case
Browse files Browse the repository at this point in the history
  • Loading branch information
db0 committed Mar 14, 2021
1 parent 9e94861 commit 219ed0b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/fragment_forge/MainMenu.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ text = "v0.12"
[node name="Tween" type="Tween" parent="."]

[node name="MenuTween" type="Tween" parent="."]

[connection signal="pressed" from="MainMenu/PC/VBC/NewGame" to="." method="_on_NewGame_pressed"]
[connection signal="pressed" from="MainMenu/PC/VBC/DeckBuilder" to="." method="_on_DeckBuilder_pressed"]
[connection signal="pressed" from="MainMenu/PC/VBC/Settings" to="." method="_on_Settings_pressed"]
1 change: 0 additions & 1 deletion src/fragment_forge/deckbuilder/DBFilterIconButton.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ margin_top = 4.0
margin_right = 4.0
margin_bottom = 22.0
custom_fonts/font = SubResource( 1 )

[connection signal="mouse_entered" from="Button" to="." method="_on_Button_mouse_entered"]
[connection signal="mouse_exited" from="Button" to="." method="_on_Button_mouse_exited"]
[connection signal="pressed" from="Button" to="." method="_on_Button_pressed"]
2 changes: 1 addition & 1 deletion src/fragment_forge/deckbuilder/DeckBuilder.gd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ extends DeckBuilder

# The path to the DBFilterButton scene.
const _FILTER_ICON_BUTTON_SCENE_FILE = CFConst.PATH_CUSTOM\
+ "DeckBuilder/DBFilterIconButton.tscn"
+ "deckbuilder/DBFilterIconButton.tscn"
const _FILTER_ICON_BUTTON_SCENE = preload(_FILTER_ICON_BUTTON_SCENE_FILE)

onready var back_button = $VBC/HBC/MC/CurrentDeck/Buttons/Back
Expand Down

0 comments on commit 219ed0b

Please sign in to comment.