Compare commits
2
Commits
3b324caf67
...
dc225bb2a8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dc225bb2a8 | ||
|
|
a6aeb335fa |
@@ -1,15 +0,0 @@
|
||||
using Godot;
|
||||
using System;
|
||||
|
||||
public partial class Node2d : Node2D
|
||||
{
|
||||
// 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)
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
uid://dt1y3tjsxhn3q
|
||||
Reference in New Issue
Block a user