Ai
1 Star 0 Fork 0

kevinlights/godot-tutorial01-helloworld

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ani6F79.tmp 786 Bytes
一键复制 编辑 原始数据 按行查看 历史
kevinlights 提交于 2024-05-12 06:58 +08:00 . init
[gd_scene load_steps=4 format=3 uid="uid://cxg1i780x16yn"]
[ext_resource type="PackedScene" uid="uid://cohpppsjvigk4" path="res://animated.tscn" id="1_ugdjf"]
[ext_resource type="PackedScene" uid="uid://byd20e2l1demu" path="res://animated_sprite_sheet.tscn" id="2_5hlh2"]
[ext_resource type="PackedScene" uid="uid://xmd5suf6uevk" path="res://animation_player.tscn" id="3_ekban"]
[node name="AnimationMain" type="Node2D"]
[node name="animated" parent="." instance=ExtResource("1_ugdjf")]
position = Vector2(375, 292)
scale = Vector2(1.96, 1.96)
[node name="AnimatedSpriteSheet" parent="." instance=ExtResource("2_5hlh2")]
position = Vector2(306, 134)
[node name="Animation_Player" parent="." instance=ExtResource("3_ekban")]
position = Vector2(166, 278)
scale = Vector2(3.72, 3.72)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kevinlights/godot-tutorial01-helloworld.git
git@gitee.com:kevinlights/godot-tutorial01-helloworld.git
kevinlights
godot-tutorial01-helloworld
godot-tutorial01-helloworld
main

搜索帮助