Skip to content
View silverua's full-sized avatar

Block or report silverua

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. slay-the-spire-map-in-unity slay-the-spire-map-in-unity Public

    Implementation of the Slay the Spire Map in Unity3d

    C# 391 86

  2. Script for StarField background in U... Script for StarField background in Unity from this tutorial: https://www.youtube.com/watch?v=yu23OAd_Wrw&list=LL
    1
    using UnityEngine;
    2
    using Random = UnityEngine.Random;
    3
    
                  
    4
    public class StarField : MonoBehaviour
    5
    {