enabled enforced static typing
This commit is contained in:
15
PCs/Entomologist/green.tres
Normal file
15
PCs/Entomologist/green.tres
Normal file
@@ -0,0 +1,15 @@
|
||||
[gd_resource type="Resource" script_class="HeroClass" load_steps=7 format=3 uid="uid://ogbkbf1v7j7l"]
|
||||
|
||||
[ext_resource type="Script" path="res://Scripts/Resources/hero_class.gd" id="1_cpfpk"]
|
||||
[ext_resource type="Resource" uid="uid://ckm88acryitl4" path="res://PCs/Mechanic/ClassCards/Sniper/card_sniper.tres" id="1_hv6hq"]
|
||||
[ext_resource type="Resource" uid="uid://b37r54q84vqoi" path="res://PCs/Mechanic/ClassCards/RocketLauncher/card_rocket_launcher.tres" id="2_jdi4m"]
|
||||
[ext_resource type="Resource" uid="uid://deer0awg4d18o" path="res://PCs/Mechanic/ClassCards/Assault/card_assault.tres" id="3_f04lj"]
|
||||
[ext_resource type="Texture2D" uid="uid://wknia76l1hqo" path="res://PCs/Entomologist/green_hand.png" id="4_jgbmi"]
|
||||
[ext_resource type="Texture2D" uid="uid://dyqh1uu4pocv1" path="res://PCs/Entomologist/green.png" id="5_vhx4f"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_cpfpk")
|
||||
hero_name = "Green"
|
||||
texture = ExtResource("5_vhx4f")
|
||||
hand_texture = ExtResource("4_jgbmi")
|
||||
deck = Array[Resource("res://Scripts/Resources/card.gd")]([ExtResource("3_f04lj"), ExtResource("1_hv6hq"), ExtResource("2_jdi4m"), ExtResource("3_f04lj")])
|
||||
Reference in New Issue
Block a user