• kryllic
    link
    fedilink
    arrow-up
    3
    ·
    10 months ago

    Easily one of my favorite Godot creators, appreciate the slower pace and talking through logic.

  • sheepishly@kbin.social
    link
    fedilink
    arrow-up
    2
    ·
    10 months ago

    Amazing! 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.