Compare commits

..

4 Commits

Author SHA1 Message Date
653b4ab0b8 WIP RESET THIS 2022-12-10 03:39:30 +00:00
006510956c produce/absorb heat by tile type #6 2022-12-10 03:39:30 +00:00
7a02c9a951 move scripts #6 2022-12-10 03:39:30 +00:00
ac5a2a2aec remove obsolete script 2022-12-10 03:39:11 +00:00

View File

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