Placement and platforms
This commit is contained in:
parent
a2164dca72
commit
d37c4ec858
31 changed files with 351 additions and 11 deletions
15
generic/constructibles/conveyor.tres
Normal file
15
generic/constructibles/conveyor.tres
Normal file
|
@ -0,0 +1,15 @@
|
|||
[gd_resource type="Resource" script_class="Constructible" load_steps=5 format=3 uid="uid://dj524jjal1f0n"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://c80sp6f77l5ha" path="res://scripts/constructible.gd" id="1_53h7j"]
|
||||
[ext_resource type="Texture2D" uid="uid://cbtre16ilxte0" path="res://sprites/atlasses/Popekko.png" id="1_x27pp"]
|
||||
[ext_resource type="PackedScene" uid="uid://b0h8dd82b3ox5" path="res://scenes/conveyor.tscn" id="2_hinjf"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_uvy8r"]
|
||||
atlas = ExtResource("1_x27pp")
|
||||
region = Rect2(16, 0, 16, 16)
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_53h7j")
|
||||
scene = ExtResource("2_hinjf")
|
||||
preview = SubResource("AtlasTexture_uvy8r")
|
||||
metadata/_custom_type_script = "uid://c80sp6f77l5ha"
|
Loading…
Add table
Add a link
Reference in a new issue