Skip to main content

Questions tagged [godot-3]

0 votes
1 answer
48 views

I just recently managed to install the BeehaveTree addon for godot 3.X, but when adding a new node from the addon it adds the base one and not the inherited one i.e. Base node script: ...
Progs's user avatar
  • 95
0 votes
2 answers
168 views

As of now, players are synced using: ...
Reincarnated as a worldbuilder's user avatar
0 votes
1 answer
98 views

The item type is based on button.icon.texture The item quantity is based on button.quantity If item quantity reaches 0, the <...
Reincarnated as a worldbuilder's user avatar
0 votes
2 answers
103 views

I have level 0 rusted sword, then I upgrade it and save my game. I implemented my save system by following Godot tutorials. But with this approach, after exiting and re-launching the game, all rusted ...
Reincarnated as a worldbuilder's user avatar
2 votes
2 answers
96 views

Assume the following: One theme is created via the Godot Editor (version 3.5) and saved under res://themes/my-theme.theme. Due to changes in the project's file ...
dsacre's user avatar
  • 171
0 votes
1 answer
115 views

The code from where I based my script. The code I have has the these 2 problems: The visual area for the player to see what unit are going to be selected doesn't work as intended, if I start dragging ...
Progs's user avatar
  • 95
0 votes
1 answer
652 views

I need to know how I can change scenes in Godot 3.5 when the player touches another CollisionShape2D. I've tried this: ...
shadowxstrike's user avatar
1 vote
1 answer
1k views

Having to re-learn stuff after upgrading to Godot 4.x. I can declare an int with @export var spoon:int = 224 # or @export var spoon:= 224 However, I can't seem to ...
Ghoul Fool's user avatar

15 30 50 per page