英文: How do I play a gif in godot4? 问题 我想在我的Godot 4项目中播放一个简单的gif。 假设我有一个名为video.gif的gif文件。我如何使用GDscri...
How can I move one Node3D to another Node3D's child in Godot 4.0? And how can I duplicate a random child of a Node3D
英文: How can I move one Node3D to another Node3D's child in Godot 4.0? And how can I duplicate a ...
通过GDScript创建动画
英文: Creating animations through a GDScript 问题 I need to create an animation from an array, but it ju...
如何使Vector3在行走时进行插值处理并带有旋转?
英文: how i can make walking vector3 lerping with rotation? 问题 I'm trying to translate this code from ...
CharacterBody2D 和 StaticBody2D 的碰撞未触发
英文: Collision of CharacterBody2D and StaticBody2D not triggering 问题 I'm trying to trigger a print wh...
KinematicBody2D 在测试游戏时根本不移动
英文: KinematicBody2D not moving at all when testing game 问题 我第一次使用Godot,但出现了一个问题,玩家角色完全不移动,但它确实可以检测到输...
为什么玩家不会摔倒?
英文: Why doesn't the player fall down? 问题 我正在使用Godot制作我的第一个手机游戏,所以我经验不足。这是一个横版平台游戏。当玩家与敌人碰撞时,我希望玩...
我尝试将一个物体朝着鼠标位置射击,但出现了问题。
英文: I tried to shoot an object towards cursor position, but it has a problem 问题 我是Godot的新手,我想要将一个已经在...
2