6 lines
75 B
GDScript
6 lines
75 B
GDScript
extends Node
|
|
|
|
var blower_up := false
|
|
var blowing := false
|
|
|
|
var points := 0
|