This repository has been archived on 2025-09-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
rectangular/reusable/aged_box/aged_box.tscn

11 lines
441 B
Text

[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")