diff --git a/data/assets/examples/video/exampleVideo.mp4 b/data/assets/examples/video/examplevideo.mp4 similarity index 100% rename from data/assets/examples/video/exampleVideo.mp4 rename to data/assets/examples/video/examplevideo.mp4 diff --git a/data/assets/examples/video/videoglobelocal.asset b/data/assets/examples/video/videoglobelocal.asset index 9ce6a083f2..393923dae0 100644 --- a/data/assets/examples/video/videoglobelocal.asset +++ b/data/assets/examples/video/videoglobelocal.asset @@ -2,7 +2,7 @@ local earth = asset.require("scene/solarsystem/planets/earth/earth") local layer = { Identifier = "ExampleVideoLocal", - Video = asset.localResource("./exampleVideo.mp4"), + Video = asset.localResource("./examplevideo.mp4"), Name = "Example Video Local", Enabled = true, Type = "VideoTileLayer"