Skip to main content
Filter by
Sorted by
Tagged with
Best practices
1 vote
1 replies
52 views

I'm writing a script in GDScript; I'd like to export a pair of values, e.g min_height and max_height. Obviously, I want min_height <= max_height. Is there a way to enforce that relationship in the ...
Pankkake's user avatar
0 votes
0 answers
51 views

In godot, I couldn't print to output panel. Everything seems to be okay, I made a root node called Main and attached main.gd script with extends Node const packets := preload("res://packets.gd&...
Siddhartha Dhakal's user avatar
1 vote
0 answers
49 views

When I use (Morton.morton_statetest) in another script, It gives me 0, and even if I put a print in Morton script and If I put an print in the other script, it gives me two values different, wit out ...
Withoutsleep_dev's user avatar
Best practices
1 vote
1 replies
33 views

my card scene tree I want to make a card game where player can stack cards on top of each other (like Solitaire or Stacklands). I have a control node as the root node and Sprite2D as the child node. ...
Nightinker's user avatar