challenge-editor/scene/_2d_fight/block_scene/wall.tscn
2024-12-12 19:09:32 +08:00

15 lines
491 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://c8ho6swdmdbi5"]
[ext_resource type="Script" path="res://class/2dFightBlock/base_block.gd" id="1_vd8gg"]
[ext_resource type="Texture2D" uid="uid://wld1fbwto47r" path="res://res/ui/ui_033_2d_fight/icon_color_64x64/black.png" id="2_rhwnk"]
[node name="Wall" type="Node2D"]
script = ExtResource("1_vd8gg")
block_name = "墙"
block_attribute = {
"可移动": false
}
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = ExtResource("2_rhwnk")