Skip to main content

Questions tagged [godot-4]

0 votes
1 answer
102 views

I am trying to make a game using Godot 4.5 where enemies spawn off-screen, but I faced this bug where they spawn on-screen instead: The white squares are the spawned enemies and the red is the player....
Jyle's user avatar
  • 3
0 votes
0 answers
22 views

I have a setup in Godot with two different skeletons for male and female models. The skeletons are different because the proportions are different, but I want to use the same animations on both. Both ...
Luke B.'s user avatar
  • 1,031
0 votes
1 answer
35 views

Godot Version 4.5 Stable I'm trying to create a multiplayer game. Since this is my first multiplayer game I started with a simple LAN setup. How it is supposed to work: When ...
Nabir14's user avatar
  • 59
1 vote
0 answers
58 views

I'm creating a space sandbox game (godot 4.5), and the core of my building system is attaching parts together to create assemblies. Each assembly is one rigidbody3D that contains all the parts. Since ...
T360's user avatar
  • 11
0 votes
0 answers
145 views

Goal: How can I best simulate headlight beams, in a night-time scenario, in Godot 4? The components I have are all sprite-based - a top-level car sprite, a shadow sprite (that is offset based on time-...
Cyclops's user avatar
  • 3,139
0 votes
0 answers
63 views

Version 4.4 I am starting to learn Godot by creating a game in which my ‘Player’ scene is instantiating and adding a ‘Ball’ scene as its child on starting the game. I position the Ball at a distance ...
Prashank's user avatar
0 votes
0 answers
66 views

I use Godot 4.4 and gdscript. I have a 2D isometric character with hundreds of sprite sheets for different angles and weapon status. Its not feasible to do this in ...
Jason Crosby's user avatar
3 votes
1 answer
208 views

I'm struggling with a persistent problem in my Godot 4.4.1 project involving "power slots" arranged around a table or arena background. No matter how I structure my nodes and update my code, ...
Ishan2077's user avatar
  • 135
0 votes
0 answers
26 views

I'm using Godot 4.4.1 and currently learning how to build auto dungeon generator. The dungeon "room" is developed using TileMapLayer. Room parent are set to ColorRect for background. I use ...
ariefbayu's user avatar
  • 143
1 vote
1 answer
137 views

I have been working on a project in the Godot engine about creating tile based spaceships. It works great and I find it very interesting. My biggest issue though is correctly simulating disconnections,...
TizWarp's user avatar
  • 25
0 votes
0 answers
60 views

Godot offers the CodeEdit node that lets users write code during runtime. I want to: Offer GDScript LSP-features inside the CodeEdit Interpret the written code as GDScript Check if a class was ...
TheBeautifulOrc's user avatar
0 votes
1 answer
169 views

I'm making an emulator for the chip-8 using the Godot 4.3 game engine, It's almost complete and you can play pong on it perfectly fine, But it can't display numbers from the built in font. Each ...
buzzbuzz20xx's user avatar
2 votes
1 answer
401 views

Consider a situation where a coroutine in node A awaits a signal from node B. If node B gets freed without sending the signal, obviously the coroutine in node A will never finish executing. Does it ...
Carl Muckenhoupt's user avatar
12 votes
2 answers
4k views

I'm getting these strange image artifacts when I attempt a low-res 3D orthographic scene in Godot 4.4: Here's my steps to reproduce: In MagicaVoxel, export the built-in "castle" example to ...
kvnhn's user avatar
  • 541
5 votes
2 answers
664 views

I'm making an emulator/interpreter for an old console called the CHIP-8 In Godot 4.3 stable. It's going really good so far, I basically just load an external ROM into a virtual RAM (a ...
buzzbuzz20xx's user avatar

15 30 50 per page
1
2 3 4 5
14