JulyGameTTL/Scenes/crate.tscn

19 lines
680 B
Plaintext
Raw Normal View History

2025-08-26 01:11:19 +00:00
[gd_scene load_steps=3 format=3 uid="uid://cjlmg7kqu5u5t"]
[ext_resource type="Texture2D" uid="uid://cehj0lmdp5oh5" path="res://Assets/Graphics/objects/crate.png" id="1_wp72f"]
2025-08-12 01:08:52 +00:00
[sub_resource type="RectangleShape2D" id="RectangleShape2D_m3ihr"]
[node name="Crate" type="RigidBody2D" groups=["pushables", "shootables"]]
2025-08-26 01:11:19 +00:00
position = Vector2(-1, 0)
2025-08-12 01:08:52 +00:00
rotation = -0.54389
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_m3ihr")
debug_color = Color(0.783958, 0.434081, 7.70092e-07, 0.42)
2025-08-26 01:11:19 +00:00
[node name="Sprite2D" type="Sprite2D" parent="."]
scale = Vector2(0.08, 0.08)
texture = ExtResource("1_wp72f")