mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-11 21:22:22 +02:00
6 lines
137 B
GDScript
6 lines
137 B
GDScript
extends Area2D
|
|
|
|
export(int, 0, 20) var currency_value:=0
|
|
export(int, 0, 2) var health_value:=0
|
|
export(int, 0, 300) var slowdown_value:=0
|