Toggle navigation
Godot Engine - Q&A
Email or Username
Password
Remember
Login
Register
|
I forgot my password
Questions
Unanswered
Tags
Ask a Question
Questions by MaaaxiKing
User MaaaxiKing
Recent activity
All questions
All answers
User MaaaxiKing
Recent activity
All questions
All answers
0
votes
0
answers
How can I use Visual Studio properly?
asked
Jan 8, 2022
in
Engine
visual-studio
c#
editor-settings
scripts
+1
vote
2
answers
How to get name of node of instanced scene?
asked
Feb 23, 2021
in
Engine
gdscript
instance
scene
string
name
0
votes
4
answers
What is the sense of get or set?
asked
Feb 23, 2021
in
Engine
gdscript
setter
getter
code
property
0
votes
0
answers
Why do the ProjectSettings not save after changing in code?
asked
Feb 22, 2021
in
Engine
gdscript
project
settings
save
antivirus
0
votes
1
answer
What is the difference between RandomNumberGenerator and normal random methods?
asked
Feb 20, 2021
in
Engine
gdscript
random
randomnumbergenerator
0
votes
1
answer
How can I flip the whole screen horizontally in code?
asked
Feb 18, 2021
in
Engine
gdscript
2d
flip
horizontally
x
+1
vote
1
answer
Can I interpolate the value of a variable?
asked
Feb 15, 2021
in
Engine
variable
interpolation
value
tween
properties
0
votes
1
answer
Can I use semicolons in translation files?
asked
Feb 7, 2021
in
Engine
translation
special
character
utf-8
encoding
0
votes
1
answer
Why is `while time_left >= 1.0` in `_ready` not working?
asked
Feb 6, 2021
in
Engine
gdscript
timer
time_left
while
_ready
0
votes
1
answer
Can I get a variable declared in a function from another function?
asked
Feb 5, 2021
in
Engine
gdscript
variable
function
private
get
0
votes
4
answers
Can I get all white colored pixels in an image?
asked
Feb 3, 2021
in
Engine
image
pixel
color
0
votes
1
answer
Can I make a node be at the same position relative to the screen?
asked
Feb 2, 2021
in
Engine
2d
position
screen
move
0
votes
3
answers
Can I change the integer limit?
asked
Dec 28, 2020
in
Engine
change
int
limit
64-bit
tycoon
0
votes
1
answer
How to not reset an extra call argument of a signal in an instance after game start?
asked
Dec 27, 2020
in
Engine
argument
signal
call
extra
button
0
votes
2
answers
How to move TileMap through dragging mouse?
asked
Dec 26, 2020
in
Engine
tilemap
camera
mouse-drag
move
position
0
votes
1
answer
Finish script when object if queue_free()d
asked
Jun 29, 2020
in
Engine
gdscript
instances
queue_free
yield
0
votes
2
answers
How can I instance something to a scene I am changing to?
asked
Jun 26, 2020
in
Engine
gdscript
instance
scene
level
change-scene
0
votes
1
answer
What is the best way to change the texture of a Sprite?
asked
Jun 25, 2020
in
Engine
sprite
animation
texture
gdscript
0
votes
2
answers
Problem with instances
asked
Jun 25, 2020
in
Engine
instances
issue
visibility
hide
show
0
votes
2
answers
How can I get a node from an instanced scene by name?
asked
Jun 24, 2020
in
Engine
script
scene
instances
signal
gdscript
+2
votes
0
answers
How can I move_and_slide() a RigidBody2D in Kinematic Mode?
asked
Jun 24, 2020
in
Engine
rigidbody2d
mode
kinematic
gdscript
move_and_slide
0
votes
1
answer
How can I automatically rotate a RigidBody2D with Circle CollisionShape
asked
Jun 23, 2020
in
Engine
2d
breakout
ball
collisionshape2d
rotate
0
votes
1
answer
How can I check for a child of an instance?
asked
Jun 22, 2020
in
Engine
gdscript
instances
child
2d
node
0
votes
0
answers
How can I make that two colliding objects overlap?
asked
Jun 22, 2020
in
Engine
collision
2d
position
0
votes
1
answer
How can I make a system for daily tasks
asked
Jun 20, 2020
in
Engine
gdscript
daily
task
mission
quest
0
votes
1
answer
How can I make a console hacking looking label
asked
Jun 20, 2020
in
Engine
gdscript
label
text
hacking
console
0
votes
1
answer
How can I set the tetx of a Label even if the game's paused
asked
Jun 20, 2020
in
Engine
gdscript
time
pause
label
0
votes
1
answer
How can I check if the user has pressed a key that depends on a random variable
asked
Jun 19, 2020
in
Engine
gdscript
keyboard
input
letter
number
0
votes
2
answers
How can I make a Button glow?
asked
Jun 18, 2020
in
Engine
button
glow
light
0
votes
1
answer
How can I do something if a function of a child's script is called?
asked
Jun 18, 2020
in
Engine
gdscript
child
parent
instance
+1
vote
2
answers
Is it better to use a Sprite or a TextureRect for a background?
asked
Jun 16, 2020
in
Engine
background
parallaxbackground
sprite
texturerect
difference
+1
vote
2
answers
How to sort items of OptionButton alphabetically?
asked
Jun 6, 2020
in
Engine
gdscript
optionbutton
items
sort
alphabet
0
votes
1
answer
How to get the value of dictionary that could be nested?
asked
Jun 6, 2020
in
Engine
dictionary
gdscript
value
key
nested
0
votes
0
answers
How to call a function on a variable?
asked
Jun 6, 2020
in
Engine
gdscript
function
call
variable
base
+1
vote
1
answer
Get the name of a pressed button
asked
Jun 5, 2020
in
Engine
gdscript
input
button
+1
vote
0
answers
How can I get the name of a function?
asked
Jun 5, 2020
in
Engine
gdscript
string
function
0
votes
1
answer
How to delete comments in this Q&A?
asked
Jun 4, 2020
in
Engine
comment
answer
question
delete
remove
0
votes
1
answer
How can I draw in a for loop?
asked
May 24, 2020
in
Engine
gdscript
drawing
for-loop
_draw
draw
+1
vote
1
answer
How can I set a default for an argument?
asked
May 20, 2020
in
Engine
gdscript
func
parameter
argument
arguments
0
votes
1
answer
Can I check if the game freezes?
asked
May 15, 2020
in
Engine
gdscript
freeze
0
votes
1
answer
How can I put text into all available place?
asked
May 14, 2020
in
Engine
gdscript
text
2d
write
0
votes
1
answer
Can I add lines to a function from another script and function?
asked
May 13, 2020
in
Engine
+1
vote
1
answer
How to extend from Scene
asked
May 13, 2020
in
Engine
gdscript
extends
instances
scenes
0
votes
1
answer
How can i change a variable's value from another script without autoloading it/its scene?
asked
Apr 15, 2020
in
Engine
gdscript
variables
nodes
autoload
0
votes
1
answer
How can i disable Buttons in a ConfirmationDialog I have added myself?
asked
Apr 12, 2020
in
Engine
gdscript
button
confirmationdialog
0
votes
1
answer
How can I set a ConfirmationDialog to be immovable?
asked
Apr 12, 2020
in
Engine
confirmationdialog
move
drag