Your friendly neighborhood ufo
Playing around with programming and art!
My Factorio mods: https://mods.factorio.com/user/Poutinator
Here you can find some more or less finished game jam submissions: https://itch.io/profile/poutinator
I'm still struggling, but it helps get started and gives a bit of dopamine when a step is completed.😅
I'm still struggling, but it helps get started and gives a bit of dopamine when a step is completed.😅
@export var TestChildOffset: Vector2:
get: return $Color.offset
set(value): $Color.offset = value
I can see that both ways have the same result in the scene file.
@export var TestChildOffset: Vector2:
get: return $Color.offset
set(value): $Color.offset = value
I can see that both ways have the same result in the scene file.
Most of the time an @export variable that and a line in _ready does the work too, but if I want to see the change live in the editor, it does the job.
Most of the time an @export variable that and a line in _ready does the work too, but if I want to see the change live in the editor, it does the job.
I recently had to make children of multiple instances of a scene editable but using someting like that would have made things cleaner. It would also keep scenes internal hidden.
I recently had to make children of multiple instances of a scene editable but using someting like that would have made things cleaner. It would also keep scenes internal hidden.
I'll probablly still do some small game projects, but you'll probably see me share more art than anything else as soon as I get something to show :)
I'll probablly still do some small game projects, but you'll probably see me share more art than anything else as soon as I get something to show :)
I'm pretty passionate about programming and being creative. If I didn't like my job, I wouldn't mind finding a non coding one and seriously do gamedev project at home.
I'm pretty passionate about programming and being creative. If I didn't like my job, I wouldn't mind finding a non coding one and seriously do gamedev project at home.
The other patern I see often is parent nodes connecting children toghter.
The other patern I see often is parent nodes connecting children toghter.
Here's a mockup I'm working on witch is made mostly with these ideas and style boxes.
Here's a mockup I'm working on witch is made mostly with these ideas and style boxes.