Real time Lighting, Blocks, Chunks, Registries, Blockstates

This commit is contained in:
Halbear
2026-02-11 21:38:12 +00:00
parent 3a2241af11
commit 414e52de9e
3 changed files with 561 additions and 99 deletions

View File

@@ -34,7 +34,7 @@
//
// Display
//
this.Display.BackColor = System.Drawing.Color.Aquamarine;
this.Display.BackColor = System.Drawing.Color.Black;
this.Display.Location = new System.Drawing.Point(12, 12);
this.Display.Name = "Display";
this.Display.Size = new System.Drawing.Size(100, 50);