You must log in or register to comment.
kryllic ( @kryllic@programming.dev ) 3•1 year agoEasily one of my favorite Godot creators, appreciate the slower pace and talking through logic.
Agreed! The time commitment is definitely worth it
sheepishly ( @sheepishly@kbin.social ) 2•1 year agoAmazing! I’ve been working on a Pokemon-like game, so of course there’s going to be a lot of data to manage for mon species and whatnot, so this is going to be very useful… I’ve actually been using a system similar to the dictionary at the start, but with the key names and other reused stuff (eg type names) pre-defined, so if you typo the variable name it’ll complain in the editor. A proper database is definitely a good idea though.