interaction wheel
cancel interaction wheel
This commit is contained in:
13
data/interactions/build.tres
Normal file
13
data/interactions/build.tres
Normal file
@@ -0,0 +1,13 @@
|
||||
[gd_resource type="Resource" script_class="Interaction" load_steps=4 format=3 uid="uid://bo3e2jefukgdy"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://n806c03hgaq1" path="res://assets/scifi_tilesheet@2.png" id="1_bglkk"]
|
||||
[ext_resource type="Script" path="res://scripts/interaction.gd" id="2_h5okx"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_3e2ed"]
|
||||
atlas = ExtResource("1_bglkk")
|
||||
region = Rect2(960, 512, 64, 64)
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_h5okx")
|
||||
name = "Build"
|
||||
image = SubResource("AtlasTexture_3e2ed")
|
||||
13
data/interactions/gather.tres
Normal file
13
data/interactions/gather.tres
Normal file
@@ -0,0 +1,13 @@
|
||||
[gd_resource type="Resource" script_class="Interaction" load_steps=4 format=3 uid="uid://r4evto2nkehg"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://n806c03hgaq1" path="res://assets/scifi_tilesheet@2.png" id="1_cquks"]
|
||||
[ext_resource type="Script" path="res://scripts/interaction.gd" id="1_m76d8"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_f8jvb"]
|
||||
atlas = ExtResource("1_cquks")
|
||||
region = Rect2(1024, 512, 64, 64)
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_m76d8")
|
||||
name = "Gather"
|
||||
image = SubResource("AtlasTexture_f8jvb")
|
||||
Reference in New Issue
Block a user