Bubble-Blower/scripts/state.gd

7 lines
80 B
GDScript3
Raw Normal View History

2025-01-25 21:40:19 +01:00
extends Node
var blower_up := false
var blowing := false
2025-01-26 15:48:01 +01:00
var points: int = 40