mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-13 05:52:24 +02:00
Traps updated, Live and Collactables added
This commit is contained in:
5
src/Overlap/HurtHit_Box/Hurtbox.gd
Normal file
5
src/Overlap/HurtHit_Box/Hurtbox.gd
Normal file
@@ -0,0 +1,5 @@
|
||||
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
|
||||
Reference in New Issue
Block a user