Compare commits

..

3 Commits

Author SHA1 Message Date
Cat Flynn 62416307ef WIP RESET THIS 2022-12-10 03:38:34 +00:00
Cat Flynn 7d8d80350b produce/absorb heat by tile type #6 2022-12-10 03:03:05 +00:00
Cat Flynn b65ce58684 move scripts #6 2022-12-10 00:54:01 +00:00
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
using Godot;
using System;
public class SelectionMode : Mode
{
protected override void OnDisabled()
{
}
protected override void OnEnabled()
{
}
}