فهرست منبع

Merge pull request #640 from AtomicGameEngine/LME-ATOMIC-EXAMPLES

Added water shader example to the welcome screen
JoshEngebretson 10 سال پیش
والد
کامیت
8b5a0e9cd3
2فایلهای تغییر یافته به همراه12 افزوده شده و 0 حذف شده
  1. 12 0
      Data/AtomicEditor/ExampleInfo/Examples.json
  2. BIN
      Data/AtomicEditor/ExampleInfo/WaterShip.png

+ 12 - 0
Data/AtomicEditor/ExampleInfo/Examples.json

@@ -72,6 +72,18 @@
 				],
 				"module" : "3D"
 			},
+			{
+				"name": "Water Shader",
+				"desc" : "A simple water shader example",
+				"screenshot" : "WaterShip.png",
+				"templates" : [
+					{
+						"language" : "JavaScript",
+						"folder" : "WaterShip"
+					}
+				],
+				"module" : "3D"
+			},
 			{
 				"name": "Light 2D",
 				"desc" : "An example of realtime 2D lights with shadows",

BIN
Data/AtomicEditor/ExampleInfo/WaterShip.png