6 lines
80 B
GDScript
6 lines
80 B
GDScript
extends Node
|
|
|
|
var blower_up := false
|
|
var blowing := false
|
|
|
|
var points: int = 40
|