mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-02 04:21:17 +00:00
Isometric test
This commit is contained in:
parent
70d22b2be8
commit
1434f7aa6d
806 changed files with 18966 additions and 15 deletions
16
IsoTest/IsoGrid.cs
Normal file
16
IsoTest/IsoGrid.cs
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
using Godot;
|
||||
using System;
|
||||
|
||||
public partial class IsoGrid : Node
|
||||
{
|
||||
[Export] public float TextureScale { get; private set; } = 3;
|
||||
|
||||
public Vector2 GameToEngine(int x, int y, int z)
|
||||
{
|
||||
var rtn = Vector2.Zero;
|
||||
//rtn +=
|
||||
|
||||
|
||||
return rtn;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue