15 lines
516 B
Plaintext
15 lines
516 B
Plaintext
[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")
|