many small changes, and few big ones
This commit is contained in:
parent
e8985f4e79
commit
a3ca623258
32 changed files with 391 additions and 247 deletions
11
reusable/aged_box/aged_box.tscn
Normal file
11
reusable/aged_box/aged_box.tscn
Normal file
|
@ -0,0 +1,11 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://cylmgbhvpdexh"]
|
||||
|
||||
[ext_resource type="Script" path="res://core/polygon/polygon.gd" id="1_m3p7r"]
|
||||
[ext_resource type="Script" path="res://reusable/aged_box/aged_box.gd" id="1_ul3hr"]
|
||||
|
||||
[node name="AgedBox" type="RigidBody2D"]
|
||||
script = ExtResource("1_ul3hr")
|
||||
|
||||
[node name="P" type="CollisionPolygon2D" parent="."]
|
||||
polygon = PackedVector2Array(-8, -8, -8, 8, 8, 8, 8, -8)
|
||||
script = ExtResource("1_m3p7r")
|
Reference in a new issue