Fix capitalization of example video

This commit is contained in:
Alexander Bock
2023-05-26 23:24:07 +02:00
parent 1d7b6d2d8c
commit 0eb86d2c57
2 changed files with 1 additions and 1 deletions

View File

@@ -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"