Files
whale_town/Scenes/WelcomeBoard.tscn
WangXiang 6119faf53e init
2025-12-22 18:57:51 +08:00

20 lines
704 B
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://c7k8yay002w4"]
[ext_resource type="Script" path="res://Scripts/WelcomeBoard.gd" id="1_script"]
[ext_resource type="Texture2D" uid="uid://welcome_board_placeholder" path="res://Assets/WelcomeBoard.png" id="2_sprite"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_board"]
size = Vector2(40, 30)
[node name="WelcomeBoard" type="StaticBody2D"]
collision_layer = 3
script = ExtResource("1_script")
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = ExtResource("2_sprite")
scale = Vector2(0.25, 0.25)
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2(0, 10)
shape = SubResource("RectangleShape2D_board")