challenge-editor/scene/_2d_fight/block_scene/wall.tscn

15 lines
491 B
Plaintext
Raw Permalink Normal View History

2024-11-29 01:02:57 +08:00
[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")
2024-12-12 19:09:32 +08:00
block_name = "墙"
block_attribute = {
"可移动": false
}
2024-11-29 01:02:57 +08:00
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = ExtResource("2_rhwnk")