英文: All I see is white when I play my Godot game 问题 每次我玩游戏时,我看到的都是白色,如下图所示。当我在编辑器中点击预览时,我的角色的相机视图看起来...
Godot 新手对节点层次结构与射线投射感到困惑。
英文: Godot newbie puzzled by the hierarchy of nodes in regard to raycasting 问题 我是新手Godot,但不是面向对象编程(OO...
在Godot中的碰撞墙
英文: Collision walls in Godot 问题 我正在使用Godot Engine创建游戏,但我无法弄清楚如何创建一堵墙来防止玩家走出屏幕。 玩家可以走出屏幕窗口。如何防止这种情况发生...
无法将主题更改传递给子节点
英文: 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 ...
尝试将Line2D循环检测器更新至4.0版本时,遇到了问题。
英文: Attempt to update Line2D loop detector to 4.0, I am met with issues 问题 Quick explanation: 这个脚本之前...
What code should be written for the movement of the sprite in CharacterBody2D if there is already written such code for the joystick:
英文: What code should be written for the movement of the sprite in CharacterBody2D if there is alread...
需要找出哪个按钮被按下。
英文: Need to find out which button was pressed 问题 以下是您提供的代码的翻译部分: 下面的脚本的任务是扫描给定的目录并找出其中有多少个文件(或字符)。然后...