Refactored code
This commit is contained in:
parent
83c0dc1bc3
commit
c18c7f4db7
13 changed files with 136 additions and 58 deletions
15
addons/pvzadventure/scripts/UNI_GridItem.cs
Normal file
15
addons/pvzadventure/scripts/UNI_GridItem.cs
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
using Godot;
|
||||
using System;
|
||||
|
||||
public partial class UNI_GridItem : PanelContainer
|
||||
{
|
||||
// Called when the node enters the scene tree for the first time.
|
||||
public override void _Ready()
|
||||
{
|
||||
}
|
||||
|
||||
// Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||
public override void _Process(double delta)
|
||||
{
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue