Compare commits

..

3 Commits

Author SHA1 Message Date
62416307ef WIP RESET THIS 2022-12-10 03:38:34 +00:00
7d8d80350b produce/absorb heat by tile type #6 2022-12-10 03:03:05 +00:00
b65ce58684 move scripts #6 2022-12-10 00:54:01 +00:00

View File

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