Compare commits

..

4 Commits

Author SHA1 Message Date
Cat Flynn 653b4ab0b8 WIP RESET THIS 2022-12-10 03:39:30 +00:00
Cat Flynn 006510956c produce/absorb heat by tile type #6 2022-12-10 03:39:30 +00:00
Cat Flynn 7a02c9a951 move scripts #6 2022-12-10 03:39:30 +00:00
Cat Flynn ac5a2a2aec remove obsolete script 2022-12-10 03:39:11 +00:00
1 changed files with 0 additions and 13 deletions

View File

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