1 Star 0 Fork 0

kevinlights/rimworldripoff

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pawn.tscn 759 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jake Wilkinson 提交于 2024-05-16 21:31 +08:00 . video 5 - find and eat food task
[gd_scene load_steps=5 format=3 uid="uid://ixsbordcmy81"]
[ext_resource type="Script" path="res://Pawn.gd" id="1_2p0uy"]
[ext_resource type="Texture2D" uid="uid://0attmbrg8pnr" path="res://art/character_sprite.png" id="2_vf0d0"]
[ext_resource type="Script" path="res://PawnAI.gd" id="3_7xhy4"]
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_w7wjo"]
radius = 3.0
height = 12.0
[node name="Pawn" type="CharacterBody2D"]
script = ExtResource("1_2p0uy")
[node name="Sprite2D" type="Sprite2D" parent="."]
scale = Vector2(0.2, 0.2)
texture = ExtResource("2_vf0d0")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("CapsuleShape2D_w7wjo")
[node name="PawnAI" type="Node" parent="."]
script = ExtResource("3_7xhy4")
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kevinlights/rimworldripoff.git
git@gitee.com:kevinlights/rimworldripoff.git
kevinlights
rimworldripoff
rimworldripoff
master

搜索帮助