Roofen-Game
  • Welcome to Roofen Game
  • Frameworks
    • Common Stat
      • Demo
      • 🚀 Quick Start Guide
      • Runtime
      • Action
      • Formula
      • Examples
      • Debugger
      • FAQ
      • Version Update
      • FutureDirection
    • RToDo
  • Survivors Roguelike Kit
    • Quick Start
    • Core Concepts Overview
      • Scene Concepts
      • Stat Concepts
      • Skill Concepts
    • Adding a New Playable Character
    • Adding a New Enemy
    • Adding a New Stage Configuration
    • Adding a New Map Configuration
    • Adding a New Level
    • Adding a New Attack Skill
    • Adding a New Buff
    • Configuring the Exp System
    • Damage Numbers Display Guide
    • Upcoming Features Preview
    • Release Notes
  • RSOFramework
Powered by GitBook
On this page
  1. Frameworks

RToDo

PreviousFutureDirectionNextSurvivors Roguelike Kit

Last updated 3 months ago

Code download address and introduction as below

After importing the package again, you need to import the Dotween And TextMeshPro.

Roofen/RToDo/Scene/ToDo Open Scene

You can change your color configuration as follows.

Roofen/RToDo/ScriptableObejct/ThemeConfigSO

TopEdgeSnapWindow.cs

Provides automatic adsorption when the window is near the top, the window will be placed at the top and shrink automatically when the mouse is moved out of the window, and stretch automatically when the mouse is moved in for a better view.

Other features can be found in the code file, all commented out.

AssetStore