Skip to content
View nndda's full-sized avatar
😵
burnt
😵
burnt
Block or Report

Block or report nndda

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
nndda/README.md
Games I made    Buy Me a Coffee
yellow stripes
func stuff_i_do():
  print(
    'Im currently doing some ',
    [ 'illustration',
      'game jam',
      'game dev',
      'web dev',
    ].pick_random()
  )

Languages

  Python   HTML 5   CSS 3   JavaScript   TypeScript   SASS   C#   C++  

Tools & Frameworks

  Godot Engine   MediBang Paint   Aseprite   Inkscape   Sublime Text   Node.js   webpack  



Discord - nnda.dev

Pinned

  1. Theatre Theatre Public

    🎭 Yet another Godot dialogue addon. now using plain text files. Compatible with Godot 4.2+

    GDScript 4 1

  2. pitch-css pitch-css Public

    Small collection of CSS components designed specifically for itch.io project pages.

    CSS 1

  3. My itch.io profile page (nnda.itch.i... My itch.io profile page (nnda.itch.io). Uncompressed
    1
    .user_page_wrap {
    2
      --p: #e7e9e8;  --t: #eaeaea;
    3
      --r: #fc3a78;  --k: #eaeaea18;
    4
      --b: #17151e;  --b2: #211e29;
    5
      --g1: -webkit-linear-gradient(0deg, #3ae5f9, #2a8aec);