英文: Collision walls in Godot 问题 我正在使用Godot Engine创建游戏,但我无法弄清楚如何创建一堵墙来防止玩家走出屏幕。 玩家可以走出屏幕窗口。如何防止这种情况发生...
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 问题 以下是您提供的代码的翻译部分: 下面的脚本的任务是扫描给定的目录并找出其中有多少个文件(或字符)。然后...
Godot 4 网格基础物品放置
英文: Godot 4 grid base item palcement 问题 我想用Godot 4制作一个开放式多人RPG游戏。问题是,我看过一个视频教程(这里),遇到了这个错误: > Inv...
Godot for .NET Android Export
英文: Godot for .NET Android Export 问题 我正在尝试学习如何在使用C#作为脚本语言的同时使用Godot,我已经跟随了几个教程,并且迄今为止已成功将GDScript转换为...
Godot平滑的2D玩家移动脚本错误
英文: Godot smooth 2d player movement script errors 问题 I'll provide translations for the code and the ...
如何在启动时设置Godot 4游戏屏幕分辨率?
英文: How to set godot4 game screen resolution when launched 问题 因为我的全屏Godot游戏将在许多平台上可用(例如Mac、Windows),...