Skip to content

Commit

Permalink
Update 2024-12-19.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperagon authored Dec 19, 2024
1 parent 2a67091 commit 4ad38ca
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions content/posts/2024-12-19.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
+++
title = "That one Godot isssue"
summary = "A wishlist?"
date = 2024-12-10T08:10:34+01:00
date = 2024-12-19T08:10:34+01:00
draft = false
tags = ['godot']
+++
I've used the [Godot Engine](https://godotengine.org/) for quite a while but there is just one annoying thing about it, the separation between user-interface and the visual nodes.
Disclaimer: I'm talking abour **Godot** version **3**.
I've used the [Godot Engine](https://godotengine.org/) for quite a while but there is just one annoying thing about it, the separation between user-interface (Control) and visual nodes.

Disclaimer: I'm talking about **Godot** version **3**.

The problem is that I want to center a node, no matter if it's a *Sprite* or a *TextureRect*, yet there's a big difference in the editor as the first has animation controls while the second has anchors and margins available.
Want to use those features on the other node? Tough luck! You shouldn't be mixing them in the first place.
Expand Down

0 comments on commit 4ad38ca

Please sign in to comment.