英文: Godot newbie puzzled by the hierarchy of nodes in regard to raycasting 问题 我是新手Godot,但不是面向对象编程(OO...
无法将主题更改传递给子节点
英文: Can't pass theme changes to children nodes 问题 我理论上应该能够更改任何控件节点(按钮、面板等)的字体、纹理等,只要我将它们全部放在一个统一...
How to make custom fonts visible at runtime? or How to redraw/update/restart the project in code?
英文: How to make custom fonts visible at runtime? or How to redraw/update/restart the project in code...
Godot 4.0 平台游戏运动不起作用
英文: Godot 4.0 Platformer Movement Not Working 问题 Here is the code after making some modifications to...
Godot 4.1 global_position 有偏移。为什么?
英文: Godot 4.1 global_position is offset. Why? 问题 If i use the player position to position the laser ...
为什么在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...
节点的随机子节点为什么是空的?有没有办法修复或解决这个问题?
英文: Why is the duplicate of a node's random child null? is there any way to fix or work around i...
如何在重新启动Godot 4游戏时加载游戏数据?
英文: How to load game data when restarting a godot4 game? 问题 在游戏中,它保存你的数据(进度)。如何在Godot 4引擎中实现这一点?我知道的...