Skip to content
View noidexe's full-sized avatar
👾
Making games. Being happy.
👾
Making games. Being happy.

Block or report noidexe

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 250 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

Pinned Loading

  1. godot-version-manager godot-version-manager Public

    Download, Install and Manage any version of Godot Engine from a simple app.

    GDScript 204 15

  2. top-down-action-rpg-template top-down-action-rpg-template Public

    Top down action rpg template for Godot Engine

    GDScript 136 20

  3. GameDevToolsArg GameDevToolsArg Public

    Herramientas de Desarrollo de Videojuegos con ADN Argentino

    10 2

  4. Cronometer.gd: A little class to tim... Cronometer.gd: A little class to time functions
    1
    ## A little class to time functions.
    2
    ## [br]
    3
    ## Usage:
    4
    ## [codeblock]
    5
    ## var cronometer = Cronometer.new("Doing the thing..")
  5. Godot 4 await parallel calls Godot 4 await parallel calls
    1
    extends RefCounted
    2
    class_name MultiAwaiter
    3
    ## Can await till multiple method calls are done
    4
    ## 
    5
    ## You use it like: