AprilGodotGame/scenes/crate.tscn

16 lines
558 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://ch3ncwkrhv38n"]
[ext_resource type="Script" uid="uid://d2pjirchmmx8w" path="res://scripts/crate.gd" id="1_b66cd"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_uwrxv"]
size = Vector2(144, 44)
[node name="Crate" type="RigidBody2D" groups=["pushables"]]
rotation = 1.08962
script = ExtResource("1_b66cd")
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_uwrxv")
debug_color = Color(0.82094, 0.38733, 0.296015, 0.42)