New to Godot Questions

11

I'm making a clicker and I need to write the code for the purchase menu.That is, when I click on the button, the cost should be deducted from my balance, and the value added to the click, how do I do ...
Mistake asked 10/1 at 11:13

5

I'm making a clicker and I need to write the code for the purchase menu.That is, when I click on the button, the cost should be deducted from my balance, and the value added to the click, how do I do ...
Walling asked 9/1 at 9:17

2

Solved

So basically, i have an export_enum that handles what the enemy should move and a function that calls a function depending on the export chosen Unfortunately when i try this, it comes up with an err...
Gelderland asked 7/4, 2023 at 20:9

1

You already posted this. Why are you creating a duplicate topic?
Krisha asked 9/1 at 16:16

3

I have a scene with code that is meant to affect another scene, so I can't test the first scene "Disc" by itself. I've been reading about "singletons" and "autoload", and heard that you shouldn't use ...
Novanovaculite asked 8/1 at 1:15

1

I am very new to Godot but I have been doing unity for a wile. I am making an evolution simulator similar to Conway's game of life. I made a script for generating organisms and now I was to make them ...
Blankenship asked 6/1 at 19:32

7

Solved

i'm very new to non visual scripting in general (my third day) i want to get angle between input direction and where character is facing (3d third person game) to play turning animations, so i need it...
Mullite asked 24/9, 2023 at 5:52

6

Example: I have created a clicker game and I want the values of "1000" to be output as "1k".
Ender asked 30/12, 2023 at 18:17

7

Following this tutorial: After setting up Area2D and CollisionShape2D to detect a player coming near a sprite, the tutorial writes this signal as follows: func _on_player_detection_body_entered(body...
Lorineloriner asked 22/10, 2023 at 7:17

2

Hi everyone ! I've been having some trouble working on a space shooter. I'd love to have a parallax background moving on its own on the x axis but I can't seem to make it move on its own ! After look...
Creosote asked 17/9, 2023 at 18:4

26

I followed the istruction to export an APK from four different video and the official Godot Dokumentation but when i open the APK on my phone, i have to accept the security warning, then it's loading ...
Karl asked 4/11, 2023 at 11:27

3

Hi, I've been trying to create some borders for my game, but I'm facing some kind of scaling issue. I want to create my borders using RectangleShape2D, which extents across the width of the game win...
Gleeman asked 28/12, 2023 at 2:44

13

Hey folks ! I'm new to Godot (and scripting overall actually ><). I'm following a tutorial to make a cardgame (( but already have some issues (3 years old tuto, so I suppose how the script was ...
Statant asked 20/9, 2023 at 8:55

3

So i want to build my level using blocks (cube object). I have gridmap on the scene, is that possible to place my cube objects on it (without packaging to .tres)? I mean not in-game but in Editor. So...
Canaigre asked 7/12, 2023 at 9:45

4

Hello. I want to learn something about getting pixels' colors where under the mouse cursor position. I need it to return the RGB value of the color of where my mouse is on and then retrieving the valu...
Duodenitis asked 22/12, 2023 at 3:4

6

Solved

Noobie Question (maybe). Im very new to godot, and game dev in general. So, I have this problem. My GDSCRIPT if statment is supposed to be true but its not working. The animation won't play idle aft...
Szechwan asked 26/12, 2023 at 18:41

2

Good day, I'm new to godot. I am working on a platformer game where all dna card(collectables) are all queued free, a gate will open for the next level but I am confuse why the emit signal won't work ...
Rimini asked 2/12, 2023 at 17:46

2

Hello! I am new to Godot and I am trying to import trees made in blender from a tutorial called "Easy Geometry Nodes - Low-poly Stylized Trees BLENDER 3.0" The final product has several materials tha...
Polled asked 25/12, 2023 at 16:55

2

I'm wondering about this, because I cant find anything on the web. I'm questioning if it even exists. if it doesn't exist or its poorly maintained, then i am considering making one.
Anglesey asked 26/12, 2023 at 2:10

3

Using GDScript in Godot 4, I'd like to customize the string representation of a class using the default representation plus my own message. So, I'm just doing: func _to_string(): var my_string = sup...
Dorisdorisa asked 24/12, 2023 at 1:37

5

Well I would like to explain properly but as English is not my first language please try to understand what I say, so I am trying to learn godot and game development in general but as I'm new to this ...
Shonda asked 22/12, 2023 at 11:56

1

Hi. Just want to know how to host/publish the websocket server online? For example on Render.com (as node js server) My code: @export var player: PackedScene var peer = WebSocketMultiplayerPeer.new() ...
Pidgin asked 21/12, 2023 at 18:59

3

Hi, I'm practicing game development by creating a Flappy Bird clone. I've tried to program everything without using sprites or assets. And have so far completed making the top and bottom pipes with a...
Correna asked 13/12, 2023 at 7:56

12

Solved

Hi everyone ! I'm currently working on a 2d game and i would like to add a swimming logic similar to the one found in Ori and the will of the wisps. But i encounter big issues about flipping the chara...
Grooms asked 5/12, 2023 at 12:13

6

Solved

Hello there o/ I want to make the premise that I am a very first time Godot (or any other game engine) user ^^" and last time I coded anything was 20 years ago so I have a lot to catch up with, so I ...
Schulze asked 21/12, 2023 at 8:36

© 2022 - 2024 — McMap. All rights reserved.