英文: indentifier not declared... but im declaring it now? 问题 func _physics_process(delta): climbing()...
Godot 4 网格基础物品放置
英文: Godot 4 grid base item palcement 问题 我想用Godot 4制作一个开放式多人RPG游戏。问题是,我看过一个视频教程(这里),遇到了这个错误: > Inv...
为什么在Godot中信号对我不起作用?
英文: Why are signals not working for me in Godot? 问题 I understand that you'd like a translation of th...
Godot平滑的2D玩家移动脚本错误
英文: Godot smooth 2d player movement script errors 问题 I'll provide translations for the code and the ...
TextureProgressBar的progress_texture在其值改变时不会前进。
英文: TextureProgressBar's progress_texture Doesn't Advance When Its value is Changed 问题 我在God...
使用Godot编辑器脚本重新分配节点
英文: Reparenting nodes with Godot Editor Scripts 问题 我正在尝试将每个节点放置在场景中的自己的父节点中。我创建了一个从EditorScript继承的脚本...
Area2D精灵在我的Godot游戏中与地面重叠,如何解决?
英文: Why is the Area2D sprite overlapping the ground in my Godot game and how do I resolve it? 问题 最近我...
CS0019 无法将 Vector2 与 double 相乘
英文: CS0019 Cannot multiply Vector2 and double 问题 I am using C# and Godot. I have been able to multip...
“null function or function signature mismatch”错误(HTML导出)和Mac导出崩溃
英文: Godot "null function or function signature mismatch" error (HTML export) and Mac expor...
节点的随机子节点为什么是空的?有没有办法修复或解决这个问题?
英文: Why is the duplicate of a node's random child null? is there any way to fix or work around i...
4