GUI Questions
8
Due to the need to use a 3x icon to avoid blurring after exporting the project project project to the iPad.
You can use the extend attribute on the button to ensure that the 3x icon and button remain...
Endlong asked 27/9, 2023 at 3:3
2
Solved
I am watching this tutorial and the person uses a "size flags" featrure that I really need.
Here is my editor
I tried to search by filtering properties and no flags appear.
Thanks in advance!
Harlamert asked 26/9, 2023 at 14:11
18
Hi! I'm trying to create my own Dialogue manager to help me with my game, and it's going great. But I can't find an solution to the issue of my dialogue boxes overlapping each other.
I want to be abl...
Troche asked 19/9, 2023 at 16:29
2
Solved
Hi!
I'm having some trouble with the Label node in Godot. My label is sitting in a MarginContainer. I am updating the font size of the Label dynamically so it fits into the space available based on h...
Rheostat asked 20/9, 2023 at 12:58
1
I wanna use AnimTree but there is nothing but Path root
Env:
MacOS CPU: M2Max
found this in the output log
This function in this node (/root/@EditorNode@17667/@Control@697/@Panel@698/@VBoxContain...
Matchless asked 19/9, 2023 at 5:2
2
Solved
Hi,
I'm trying to add a 'File Menu' a the top of my project. I'm following this tutorial
But this syntax doesn't seem to work anymore. I can't find the right way to do this in the docs either. Does s...
Ade asked 19/9, 2023 at 0:23
2
im trying to create a setting in my game that lets you resize the window to a specific scale, but it is not working. here is my code:
func _process(delta):
buy_size = $ScrollContainer/VBoxContainer/...
Levant asked 18/9, 2023 at 1:0
5
Hello!
I am using the timer to change the progress bar value inside the process function:
func _physics_process(_delta: float) → void:
progress_bar.value = timer.wait_time - timer.time_left
My que...
Riffe asked 17/9, 2023 at 3:0
2
Solved
So, I have a zoom function on game, and I want to have a control bar of buttons on the bottom of the screen, to have abilities and such. I put them as children of the camera so that they move when I m...
Cana asked 14/9, 2023 at 22:54
2
I apologize if my choice of words is poor or this is a duplicate post, but I don’t know the exact term for what I want to ask, unfortunately. However, I hope you can understand my question with the he...
Inflectional asked 12/9, 2023 at 11:34
2
Hi,
Im sure this is a very beginne like question, but I guess i used the wrong keywords to find an answer.
I've read somewhere that you shouldn't Mix different Type of Nodes. Meaning ControlNodes shou...
Panther asked 11/9, 2023 at 5:40
7
Hi,
I'm using a tween to animate a progress bar's value, so it has an smooth and continuous decreasing movement. The point is that I want to refill the bar again (by setting its value to its maximum ...
Soph asked 8/9, 2023 at 18:44
1
I have a low-res pixel game with high-res text. To view the text in high-res, I have set the project stretch mode to canvas_items. This works great, but it doesn't make any difference as soon as I use...
Hern asked 4/9, 2023 at 0:18
1
Hello,
I have question related with CollisionObject3D mouse_entered/exited signals.
In my project I am using mentioned signals from CollisionObject3D to control when my custom tooltip is shown for s...
Nicholas asked 1/9, 2023 at 22:41
1
I feel like this should be really obvious, but I can't seem to figure it out.
Koester asked 31/8, 2023 at 2:51
1
the line2d should not be offset after the scroll bar scrolls, yet it is. any ideas on how to fix this?
without scrolling
after scrolling
here is my code:
func _on_h_scroll_bar_scrolling():
if scro...
Goethe asked 30/8, 2023 at 15:20
1
I am trying to make a crosshair that will appear only when there is a pick able rigid body
i need some idea how to do it
Adriell asked 28/8, 2023 at 19:46
3
Hello! I have a weird issue where my custom tres theme for some buttons applies correctly in the 2D editor, but in the actual game the theme isn't visible. This happens even after restarting Godot.
I...
Couthie asked 23/8, 2023 at 10:58
4
Hi, I know that there is a lack of mp4 player in Godot, by ignoring many license issues there are a lot of users that like to use mp4(it's popular). I read this link https://godotforums.org/discussion...
Exigent asked 14/7, 2021 at 3:2
8
i am making a phone game, and the game is split in 2 parts:
the menus
the actual game
of course, i want to hide Android's Status Bar and Navigation Bar during the actual game,
but show them during th...
Saar asked 13/7, 2022 at 8:56
4
im making a tycoon game about mining bitcoin, to show the value of bitcoin over time i wanted to use a Line2D as a line graph, the problem is that the graph keeps expanding but the older points dont g...
Mam asked 16/8, 2023 at 1:19
6
Hello thats how to hopefully reproduce the behaviour
Create a scene with any type of Node as root.
Add a control as child.
increase its Rect as you like.
attach a script (an integrated one is enough)...
Symposiac asked 11/8, 2023 at 20:2
4
Why does the window I defined using the _make_custom_tooltip method have a black background when I am sure I have set transparency on its theme
Bacchanal asked 7/8, 2023 at 14:50
13
Keraned it gives an error that the variable is not found,
or that its type cannot be boolean
What is the exact error message, and which line causes it?
Averill asked 28/7, 2023 at 21:41
6
`extends MenuButton
var popup
func ready():
popup = get_popup()
popup.add_item("item a")
popup.add_item("item b")
popup.add_item("item c")
popup.connect("id_pressed", self, "on_id_pressed")
fu...
Morley asked 12/8, 2023 at 21:4
© 2022 - 2024 — McMap. All rights reserved.