Newer
Older
DungeonShooting / prefab / Player.tscn
@小李xl 小李xl on 17 May 2022 340 bytes 目录结构更改
[gd_scene load_steps=4 format=2]

[ext_resource path="res://prefab/Role.tscn" type="PackedScene" id=1]
[ext_resource path="res://src/role/Player.cs" type="Script" id=2]
[ext_resource path="res://prefab/Gun.tscn" type="PackedScene" id=4]

[node name="Player" instance=ExtResource( 1 )]
script = ExtResource( 2 )
GunPrefab = ExtResource( 4 )