TechTree now works in lower-case, the same as the rest of the game.
This commit is contained in:
2
OpenRa.Game/MainWindow.cs
Normal file → Executable file
2
OpenRa.Game/MainWindow.cs
Normal file → Executable file
@@ -62,7 +62,7 @@ using System.Runtime.InteropServices;
|
||||
game.world.Add( jeep );
|
||||
var tank = new Actor( "3tnk", new int2( 12, 7 ), game.players[ 1 ] );
|
||||
game.world.Add( tank );
|
||||
tank.traits.Get<Traits.AttackTurreted>().target = jeep;
|
||||
//tank.traits.Get<Traits.AttackTurreted>().target = jeep;
|
||||
|
||||
sidebar = new Sidebar(renderer, game);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user