xiandie/scene/journal/journal_item.tscn

45 lines
1.3 KiB
Plaintext
Raw Normal View History

2025-01-07 10:54:50 +00:00
[gd_scene load_steps=5 format=3 uid="uid://c02f7iylaxl75"]
[ext_resource type="Script" uid="uid://cflf7yk80aujt" path="res://scene/journal/journal_item.gd" id="1_v5jv8"]
2025-01-17 10:45:40 +00:00
[ext_resource type="Texture2D" uid="uid://bqv7aaj4nm62n" path="res://asset/art/ui/chess.png" id="2_aol7i"]
2025-01-07 10:54:50 +00:00
[sub_resource type="AtlasTexture" id="AtlasTexture_l31y8"]
atlas = ExtResource("2_aol7i")
region = Rect2(7, 0, 28, 26)
[sub_resource type="CircleShape2D" id="CircleShape2D_w4qy1"]
radius = 12.0
[node name="JournalItem" type="CharacterBody2D"]
collision_layer = 16
collision_mask = 16
input_pickable = true
motion_mode = 1
platform_wall_layers = 32
script = ExtResource("1_v5jv8")
locked = null
label_text = null
boundart_rect = null
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = SubResource("AtlasTexture_l31y8")
[node name="Label" type="Label" parent="."]
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -6.0
offset_top = -7.0
offset_right = 34.0
offset_bottom = 8.0
grow_horizontal = 2
grow_vertical = 2
size_flags_horizontal = 4
theme_override_colors/font_color = Color(0.212185, 0.145932, 0.00506154, 1)
text = "角"
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("CircleShape2D_w4qy1")