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 denxi
User denxi
Recent activity
All questions
All answers
User denxi
Recent activity
All questions
All answers
+2
votes
0
answers
Websocket SSL suddenly stopped working from HTML5 client, mbedtls error 0x7780
asked
May 27, 2021
in
Engine
ssl
html5
networking
websockets
websocketclient
0
votes
0
answers
Why is my editor breaking when loading an old project?
asked
Feb 5, 2021
in
Engine
editor
breaking
+1
vote
1
answer
How can I prevent the iPhone's Control Panel getting in the way?
asked
Nov 14, 2020
in
Engine
godot3-2
ios
mobile
0
votes
1
answer
How can I reduce input lag on touch controls?
asked
Nov 8, 2020
in
Engine
gdscript
touchscreen
control
2dplatformer
mobile
0
votes
0
answers
How can I have custom, hi res icons that scale using stretch mode 2D?
asked
May 31, 2020
in
Engine
gui
scaling
2d
expand
godot3-2
+3
votes
1
answer
Having trouble blurring a texture using shaders
asked
Apr 30, 2020
in
Engine
gdscript
godot3-2-1
blur
shader
0
votes
0
answers
How can I update the physics during the same frame?
asked
Apr 17, 2020
in
Engine
area2d
godot3-2-1
get_overlapping_areas
area
collisionshape2d
0
votes
1
answer
Why does multiplying by what print(delta) spits out not work the same as just using *delta?
asked
Feb 9, 2020
in
Engine
0
votes
1
answer
What's the best practice with order of operations in the physics process?
asked
Jan 20, 2020
in
Engine
godot3-1
2d-physics
rotation
0
votes
1
answer
get_var() pulling Null instead of the stored data
asked
Jan 15, 2020
in
Engine
gdscript
file
store_var
0
votes
1
answer
Is there a method of modifying the OS resolution on the computer running the game?
asked
May 1, 2019
in
Engine
gdscript
godot3-1
resolution
0
votes
0
answers
Problems with Raycasts not detecting objects
asked
Apr 11, 2019
in
Engine
godot3-1
raycast2d
collision
tilemap
0
votes
2
answers
Is there a way to translate an array's contents to arguments for a call()?
asked
Feb 25, 2019
in
Engine
arguments
arrays
gdscript
godot3
0
votes
1
answer
Problems with Raycast2Ds retaining their is_colliding() value
asked
Feb 11, 2019
in
Engine
godot3
gdscript
collision
instance
raycast2d
0
votes
1
answer
Trying to understand the operation of reload_current_scene()
asked
Feb 7, 2019
in
Engine
gdscript
reload
scenetree
singleton
0
votes
1
answer
Trying to use variable variables in an argument?
asked
Feb 4, 2019
in
Engine
gdscript
variable
arguments
+1
vote
1
answer
Why is my input sometimes being eaten?
asked
Jan 25, 2019
in
Engine
input
_proccess
gdscript
help