Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Commit

Permalink
world template
Browse files Browse the repository at this point in the history
  • Loading branch information
Xlinka committed Apr 12, 2023
1 parent 5be7313 commit b5bb0fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NEOSPlus/World Presets/NeosPlusAssets.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ internal class NeosPlusAssets

//NeosPlusGridspace
public static Uri NeosplusGridSkybox { get; } = new Uri("neosdb:///ab95b1ca7b6be2c0d295fd7a5226f4896378b4d37edcf3469c4dd5aff09b8d0e.png"); //neos essntials vaporwave
public static Uri NeosplusGridFloor { get; } = new Uri("neosdb:///7bb4ddacb0a6ac924eb01899b4cfc0cd144c11a7ebfa700aea399597e6392889.png");
public static Uri NeosplusGridFloor { get; } = new Uri("neosdb:///7fc0a993f69a1606880de4abf76eabc54ccfa01a6ad6a0051cc88bae38f42396.png");
public static Uri NeosplusGridParralax { get; } = new Uri("neosdb:///7dc13ec82b990e20c8cecc8aec2760430a57550aedd5422fa89305ff2d349da3.png");

}
Expand Down
2 changes: 1 addition & 1 deletion NEOSPlus/World Presets/NeosplusGridSpace.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public static void GridSpace(World w)
groundSlot.GlobalRotation = floatQ.LookRotation(float3.Down, float3.Forward);
Sync<float2> meshSize = groundModel.mesh.Size;
meshSize.Value = float2.One * 1000f;
groundModel.material.TextureScale.Value = 1000f;
groundModel.material.TextureScale.Value = 700f;

// Set up spawn area
Slot spawnAreaSlot = w.AddSlot("SpawnArea");
Expand Down

0 comments on commit b5bb0fb

Please sign in to comment.