Sun scoring and zombie hat impulse
This commit is contained in:
parent
0e5dee50f7
commit
6608fb8389
9 changed files with 62 additions and 7 deletions
11
scripts/components/gui/SunCounterImage.cs
Normal file
11
scripts/components/gui/SunCounterImage.cs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
using Godot;
|
||||
using Newlon;
|
||||
using System;
|
||||
|
||||
public partial class SunCounterImage : Control
|
||||
{
|
||||
public override void _Ready()
|
||||
{
|
||||
Sun.Counter = this;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue