Added two states, collected and not collected
This commit is contained in:
8
godot/collectables/coin/states/CoinCollected.gdns
Normal file
8
godot/collectables/coin/states/CoinCollected.gdns
Normal file
@@ -0,0 +1,8 @@
|
||||
[gd_resource type="NativeScript" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://gdnative/alai.tres" type="GDNativeLibrary" id=1]
|
||||
|
||||
[resource]
|
||||
resource_name = "CoinCollected"
|
||||
class_name = "CoinCollected"
|
||||
library = ExtResource( 1 )
|
8
godot/collectables/coin/states/CoinNotCollected.gdns
Normal file
8
godot/collectables/coin/states/CoinNotCollected.gdns
Normal file
@@ -0,0 +1,8 @@
|
||||
[gd_resource type="NativeScript" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://gdnative/alai.tres" type="GDNativeLibrary" id=1]
|
||||
|
||||
[resource]
|
||||
resource_name = "CoinNotCollected"
|
||||
class_name = "CoinNotCollected"
|
||||
library = ExtResource( 1 )
|
Reference in New Issue
Block a user