I finally added some creatures that can move around.
Look at them go!
hey all my cool #furry #furryfandom friends who are heading to any conventions remember that masking is super cool and prevents you from getting con crud! and, like, the plague that still exists
so be cool and wear a mask please
My first ever Steam game - Costa Verde Transport Department, a cozy traffic simulator - is OUT ON STEAM RIGHT NOW!
https://store.steampowered.com/app/2403100/Costa_Verde_Transport_Department
Thanks to everyone for the enormous support. Many things went wrong during the development process, but at least I learnt a lot and managed to release a game :)
I've uploaded some videos of my personal gamedev work from the past 2 years. I'm still looking for work, so this is my way of trying to put myself out there.
In my professional work I've mainly done technical animation, but I've touched pretty much every aspect of Unreal Engine development.
PlatformerGame - retro style platformer, heavily inspired by Rayman 2
https://www.youtube.com/watch?v=x82n_oLDf8g
WinterGame - two girlfriends go on vacation and end up getting into a mystery surrounding a small town in the Alps
https://www.youtube.com/watch?v=HKnSZpAsMro
In #godot, I got two variables in a #gdscript file, both holding instances of one internal class. The script is not attached to a node and I cannot access these variables. Coming from #python, I thought this would work if I could preload the script.
Do I need to attach the script to a node in order to access the class instances? I'm not sure how databases are handled here