JulyGame/scenes/crate.tscn

15 lines
551 B
Plaintext
Raw Permalink Normal View History

[gd_scene load_steps=3 format=3 uid="uid://d0mw3eh00s3kr"]
[ext_resource type="Script" uid="uid://bv1u5eyjco2m8" path="res://scripts/crate.gd" id="1_j2btj"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_uwrxv"]
[node name="Crate" type="RigidBody2D" groups=["pushables", "shootables"]]
rotation = 0.602841
script = ExtResource("1_j2btj")
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_uwrxv")
debug_color = Color(0.820447, 0.391315, 0.259417, 0.42)