Skip to content
View Hairic95's full-sized avatar
  • Italy, Bergamo
Block or Report

Block or report Hairic95

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

Pinned

  1. Godot-Barebone-RPG Godot-Barebone-RPG Public

    A simple turn based RPG project structure

    GDScript 64 8

  2. Godot-WebSocket-Multiplayer-Template Godot-WebSocket-Multiplayer-Template Public

    A Godot client project that connects to a Typescript server

    GDScript 38 3

  3. Fantasy-Shooter Fantasy-Shooter Public

    A godot top down shooter game

    GDScript 2

  4. godot-top-down-shooter-template godot-top-down-shooter-template Public

    cool game

    GDScript 2 3

  5. nuclear-throne-godot-clone nuclear-throne-godot-clone Public

    Nuclear Throne Godot clone (Highly WIP)

    GDScript 12

  6. Random Sprite generator with horizon... Random Sprite generator with horizontal symmetry for Godot
    1
    extends Sprite
    2
    
                  
    3
    export (int) var width = 16
    4
    export (int) var height = 16
    5