1 Star 0 Fork 0

执明神君/godot_miner_vs_zombies

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pea.tscn 734 Bytes
一键复制 编辑 原始数据 按行查看 历史
执明神君 提交于 2024-03-17 22:46 . 添加地图和豌豆射手
[gd_scene load_steps=4 format=3 uid="uid://241dxbswoq71"]
[ext_resource type="Script" path="res://pea.gd" id="1_8up7e"]
[ext_resource type="Texture2D" uid="uid://cm5is7igvwbfn" path="res://res/particle/pea/ProjectilePea.png" id="2_56uwv"]
[sub_resource type="CircleShape2D" id="CircleShape2D_sbyv0"]
radius = 32.0624
[node name="pea" type="Area2D"]
z_index = 3
collision_layer = 4
collision_mask = 18
script = ExtResource("1_8up7e")
[node name="Sprite2D" type="Sprite2D" parent="."]
scale = Vector2(1.5, 1.5)
texture = ExtResource("2_56uwv")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("CircleShape2D_sbyv0")
[connection signal="area_entered" from="." to="." method="_on_area_entered"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhimingshenjun/godot_miner_vs_zombies.git
git@gitee.com:zhimingshenjun/godot_miner_vs_zombies.git
zhimingshenjun
godot_miner_vs_zombies
godot_miner_vs_zombies
master

搜索帮助