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 blurymind
User blurymind
Recent activity
All questions
All answers
User blurymind
Recent activity
All questions
All answers
+2
votes
0
answers
Programatically deploy a game from your godot project (creating a custom game engine using godot)
asked
Apr 5, 2021
in
Engine
export
one_click_deploy
godot-engine
custom
game-engine
0
votes
1
answer
convert file path to relative and back - something like nodejs path.relative(from,to) in gdscript?
asked
Feb 5, 2019
in
Engine
filesystem
path
relative
absolute
gdscript
+1
vote
0
answers
is gdscript autocompletion inside a textedit/lineedit node possible and how?
asked
Apr 3, 2018
in
Engine
editorplugin
gdscript
autocomplete
0
votes
0
answers
a simple way to integrate viewport in a gui layout
asked
Nov 30, 2017
in
Engine
layout
viewport
nodes
0
votes
1
answer
Ugly button hover fills the transparency of my flat button
asked
Nov 8, 2017
in
Engine
button
0
votes
1
answer
limit vector2 velocity to 4 directions - (1,0)(-1,0)(0,1)(0,-1)
asked
Oct 23, 2017
in
Engine
gdscript
vector-math
+1
vote
1
answer
Get mouse motion velocity
asked
Oct 5, 2017
in
Engine
gdscript
inputeventmousemotion
+1
vote
2
answers
Isometric game with platform height and jumping/platforming
asked
Aug 26, 2017
in
Engine
gdscript
isometric
height
jumping
+2
votes
1
answer
How do you add an item or another submenu to a submenu?
asked
Aug 18, 2017
in
Engine
gdscript
submenu
popupmenu
menu
0
votes
1
answer
Calling a node's class method with a signal - without using a script file
asked
Aug 15, 2017
in
Engine
signal
method
editor
+2
votes
1
answer
Get Vector2 direction for the move() function from a deg angle between two points
asked
Aug 15, 2017
in
Engine
gdscript
vector-math
normalization
+1
vote
1
answer
Video skydome for VR - video to image texture? Project video on sphere mesh?
asked
Jul 25, 2017
in
Engine
vr
videoplayer
video
texture
mesh
0
votes
3
answers
A function that returns all possible combinations of a sequence
asked
Jun 19, 2017
in
Engine
gdscript
python
iteration
variations
function
0
votes
1
answer
get list of files that have been dragged onto game's window (and their directory)
asked
Jul 10, 2016
in
Engine
gdscript
drag&drop
input
windows
linux
0
votes
3
answers
parsing a json file into multiple dictionaries - possible?
asked
Apr 5, 2016
in
Engine
gdscript
file
json
dictionary
parsing
+3
votes
2
answers
itemList node - How do you get the index of the currently selected item?
asked
Mar 13, 2016
in
Engine
gdscript
itemlist
nodes