building
This commit is contained in:
Submodule game/main/assets updated: 4082df18e0...7fa3e1fc9c
@@ -60,6 +60,7 @@ fn setup(mut commands: Commands, mut msaa: ResMut<Msaa>) {
|
||||
DepthPrepass,
|
||||
PhosOrbitCamera::default(),
|
||||
))
|
||||
// .insert(RenderLayers::layer(0))
|
||||
.insert(TemporalAntiAliasBundle::default());
|
||||
|
||||
*msaa = Msaa::Off;
|
||||
|
||||
@@ -37,6 +37,7 @@ impl Plugin for PhosGamePlugin {
|
||||
MapInitPlugin,
|
||||
RenderDistancePlugin,
|
||||
BuildingPugin,
|
||||
// BuildUiPlugin,
|
||||
UnitsPlugin,
|
||||
DespawnPuglin,
|
||||
TileSelectionPlugin,
|
||||
|
||||
Reference in New Issue
Block a user