Questions tagged [godot3]

4 questions
3
votes
1 answer

Is there any way in Godot 3.5.x to round corners of images?

Is there a way to do an apply a rounded corner to arbitrary images in Godot? I know we can fake it by adding transparent images over the corners: I know that we can create a panel with a style box flat, and make the corners of the panel rounded.…
Jay
  • 19,649
  • 38
  • 121
  • 184
0
votes
0 answers

Godot 3 my button isn't working so is _process(delta):

"I attempted to create a simple exit button. It initially worked, but then I accidentally erased my code and had to rewrite it. However, now it doesn't work at all, not even the _process(delta) function: I attempted to have it print something I also…
Melwy
  • 1
0
votes
1 answer

I need help "translating" this code from Godot 3 to Godot 4

I need to use this script written in godot 3 to work in godot 4 language is gdscript extends Path2D enum ANIMATION_TYPE { LOOP, BOUNCE, } export(ANIMATION_TYPE) var animation_type onready var animationPlayer: = $AnimationPlayer func…
100k7gm
  • 25
  • 4
-1
votes
0 answers

how to you make a 2d kinematic body in Godot 3.5 to actually move around?

I have only just started learning how to use Godot and all the tutorials on YouTube are really unhelpful for just actually learning how to do the simple things I haven't really been able to try anything because I don't have any experience with…