Use pngs in Godot?
Hello, I want to create a small walking animation for the player in Godot, but I can't seem to drag and drop the PNG from the file into the project. How do I use PNGs in Godot?
Hello, I want to create a small walking animation for the player in Godot, but I can't seem to drag and drop the PNG from the file into the project. How do I use PNGs in Godot?
var world -> Output: "Hello World", "Hello World2" Now the attempt -> str(welt).strip_edges("") That doesn't work. My preferred edition: Hello World, Hello World2
Global position doesn't work here. It's important to me that the player's position is determined in the player code and can also be "set." What is the best way to do this? var a = player.get_global_position player.set_global_position(a) As I said, it doesn't work, probably because it's not in the world.
Money = 0 in global.global.gd Lives = 3 in world gd func_ready: if global.Money = 10 ( += also doesn't work, although it would be the better choice). global.Lives + 1 Test opponent.gd collision body entered: if player entered Game.Money + 10 (This is just a test script to describe the error) Errors in the…
I looked into it… so you have to make every note unique in every scene? That's really cumbersome… can't I just rename the scene in the duplicate folder and make everything unique in one go?
For games programming and so You can vote here:
So far, I've been using Godot, Scratch, and RPG Maker (MV). Which programming engine should I use in the future? My plan was to use Scratch for small minigames and RPG Maker or Godot for more complex 2D games, while Godot is the only option for 3D games. What should I completely eliminate (probably Scratch),…
I want to learn how to use Godot and GScript, but I can't find an index that lists all of its functions. There are endless pre-programmed ones. Greenfoot also has something like this: https://www.greenfoot.org/files/javadoc/ There's something like that in Godot too.
Hi, I'm new to Godot. I've added a signal to a button called press. Now, when I write the function in its function, an error message appears. "method not found". The signal is linked to the correct button and I have also written the function in the function window. What is strange, however, is that…
I want to start programming with Godot and make a 2D or 3D offline computer game.
Which is better Unity or Godot? What I think of the engines: Unity: +Very common and popular +Works on any device (except a toaster) -Takes a relatively long time to master it well and create good games with good quality Godot: +Programming language very similar to Python +Very easy to use -3D area is not…
Hey, I wanted to start programming games. I've done a bit of Java before, but nothing in the games direction. I was recommended to work with Godot and, of course, a familiar language like C#. I know C# might not be an immediate starting point, but it's not impossible. My problem is that content like…