Skip to content
View Riordan-DC's full-sized avatar
💀
ive turned myself into a skull oh no
💀
ive turned myself into a skull oh no
Block or Report

Block or report Riordan-DC

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 Loading

  1. GlueAddon GlueAddon Public

    Riordans Destruction Addon for Godot

    GDScript 20 1

  2. First Person View Model Shader (Godo... First Person View Model Shader (Godot Shader Language)
    1
    shader_type spatial;
    2
    render_mode depth_draw_opaque,cull_back;
    3
    
                  
    4
    uniform float fov : hint_range(20, 120) = 40;
    5
    const float M_PI = 3.14159265359;