forked from datawhale/whale-town-front
- 修复欢迎板和通知板当前被ChatUI 抢占鼠标问题,通过设置启动弹窗时ChatUI 根节点 mouse_filter 临时改为 IGNORE来实现 - ToDo: 后续统一规划事件逻辑
18 lines
594 B
Plaintext
18 lines
594 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://c7k8yay002w4"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://v7loa3smfkrd" path="res://assets/materials/WelcomeBoard.png" id="2_sprite"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_board"]
|
|
size = Vector2(112, 26.5)
|
|
|
|
[node name="WelcomeBoard" type="StaticBody2D"]
|
|
collision_layer = 3
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
scale = Vector2(0.25, 0.25)
|
|
texture = ExtResource("2_sprite")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
position = Vector2(0, 18.75)
|
|
shape = SubResource("RectangleShape2D_board")
|