1 Star 0 Fork 36

afsoft/DNFSingle

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Test.tscn 545 Bytes
一键复制 编辑 原始数据 按行查看 历史
kongxin-zhu 提交于 2021-07-14 21:12 . 首次上传
[gd_scene load_steps=4 format=2]
[ext_resource path="res://src/scenes/character/Swordman.tscn" type="PackedScene" id=1]
[ext_resource path="res://Test.gd" type="Script" id=2]
[ext_resource path="res://src/scenes/monster/goblin/Goblin.tscn" type="PackedScene" id=3]
[node name="Test" type="Node2D"]
script = ExtResource( 2 )
[node name="Character" parent="." instance=ExtResource( 1 )]
position = Vector2( 381.407, 339.028 )
collision_layer = 1
[node name="Goblin" parent="." instance=ExtResource( 3 )]
position = Vector2( 178.518, 460.396 )
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
其他
1
https://gitee.com/afsoft_admin/dnfsingle.git
[email protected]:afsoft_admin/dnfsingle.git
afsoft_admin
dnfsingle
DNFSingle
master

搜索帮助