JulyGame/scenes/crate.tscn

18 lines
597 B
Plaintext
Raw Permalink Normal View History

2025-08-12 01:03:02 +00:00
[gd_scene load_steps=3 format=3 uid="uid://cm72yvkbgso3"]
[ext_resource type="Script" uid="uid://caikxm70kr5wu" path="res://scripts/crate.gd" id="1_b66cd"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_uwrxv"]
size = Vector2(82, 52)
[node name="crate" type="RigidBody2D" groups=["pushable"]]
rotation = 0.00469979
script = ExtResource("1_b66cd")
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2(4, 0)
rotation = 0.50364
shape = SubResource("RectangleShape2D_uwrxv")
debug_color = Color(0.920063, 0.281624, 0, 0.42)