outline attempts

This commit is contained in:
riedel 2023-05-10 16:04:30 +02:00
parent 5601020eb6
commit 240b0b0af4
6 changed files with 42 additions and 1 deletions

View file

@ -17,7 +17,7 @@ namespace CityGame.Classes.Entities
public float Rotation { get; set; }
public long Time { get; set; }
public OCanvas Object { get; set; }
public bool SingleSelect { get; set; }
public OCanvas GetImage()
{
return Object;