1 Star 0 Fork 0

lianxinghao/Godot_2D_Game

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
small.tscn 766 Bytes
一键复制 编辑 原始数据 按行查看 历史
[gd_scene load_steps=4 format=3 uid="uid://b8xgj74xmgiyb"]
[ext_resource type="Texture2D" uid="uid://673hnklhlc8f" path="res://png/small.png" id="1_7kb5s"]
[ext_resource type="Script" path="res://script/small.gd" id="1_b8itx"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ffhdl"]
size = Vector2(16, 16)
[node name="Small" type="Node2D"]
script = ExtResource("1_b8itx")
[node name="Area2D" type="Area2D" parent="."]
collision_layer = 32
collision_mask = 2
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
shape = SubResource("RectangleShape2D_ffhdl")
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = ExtResource("1_7kb5s")
[connection signal="body_entered" from="Area2D" to="." method="_on_area_2d_body_entered"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lianxinghao/godot_2-d_-game.git
git@gitee.com:lianxinghao/godot_2-d_-game.git
lianxinghao
godot_2-d_-game
Godot_2D_Game
lxh

搜索帮助