Splitters part 1
This commit is contained in:
parent
39c52694da
commit
3c0777f4fd
9 changed files with 150 additions and 2 deletions
15
generic/prototypes/splitter.tres
Normal file
15
generic/prototypes/splitter.tres
Normal file
|
@ -0,0 +1,15 @@
|
|||
[gd_resource type="Resource" script_class="Prototype" load_steps=5 format=3 uid="uid://bm2tggegnoik2"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://c80sp6f77l5ha" path="res://scripts/prototype.gd" id="1_cghkd"]
|
||||
[ext_resource type="Texture2D" uid="uid://gfkhedfdi7ug" path="res://sprites/atlasses/Popekko.png" id="1_flgjh"]
|
||||
[ext_resource type="PackedScene" uid="uid://bp4uvx2sdunfr" path="res://scenes/structures/splitter.tscn" id="2_2ry43"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_04mjq"]
|
||||
atlas = ExtResource("1_flgjh")
|
||||
region = Rect2(80, 16, 16, 32)
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_cghkd")
|
||||
scene = ExtResource("2_2ry43")
|
||||
preview = SubResource("AtlasTexture_04mjq")
|
||||
metadata/_custom_type_script = "uid://c80sp6f77l5ha"
|
Loading…
Add table
Add a link
Reference in a new issue