godot-ultimate-tutorial/scenes/objects/box.tscn

15 lines
516 B
Plaintext
Raw Normal View History

2023-08-15 20:51:29 +00:00
[gd_scene load_steps=3 format=3 uid="uid://bogooj8vjb2ct"]
[ext_resource type="Texture2D" uid="uid://bsqsy2lm3rlju" path="res://graphics/objects/Billboard.png" id="1_ruxmf"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_wkmmx"]
size = Vector2(1230, 64)
[node name="Billboard" type="StaticBody2D"]
[node name="BillboardImage" type="Sprite2D" parent="."]
texture = ExtResource("1_ruxmf")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_wkmmx")