mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
powerup system
This commit is contained in:
parent
c8747328cf
commit
77ca16be36
149 changed files with 2472 additions and 331 deletions
8
Menu/Buttons/CameraFXButton.gd
Normal file
8
Menu/Buttons/CameraFXButton.gd
Normal file
|
@ -0,0 +1,8 @@
|
|||
extends CheckBox
|
||||
|
||||
func _ready():
|
||||
pressed = GameStats.camera_fx
|
||||
|
||||
func _on_CameraFXButton_toggled(button_pressed):
|
||||
GameStats.camera_fx = button_pressed
|
||||
Saves.save_game()
|
Loading…
Add table
Add a link
Reference in a new issue