bugfix 重新提交暂存区
This commit is contained in:
10
Scenes/Entities/Chesspiece.tscn
Normal file
10
Scenes/Entities/Chesspiece.tscn
Normal file
@ -0,0 +1,10 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://gkbtavjf2273"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://bthav6cae4fni" path="res://Asserts/ChesspieceBase.tres" id="1_8v1j6"]
|
||||
[ext_resource type="Script" path="res://Scripts/Entities/ChessPiece.cs" id="2_y54gx"]
|
||||
|
||||
[node name="Chesspiece" type="Node2D"]
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
texture = ExtResource("1_8v1j6")
|
||||
script = ExtResource("2_y54gx")
|
Reference in New Issue
Block a user