Compare commits

...
2 Commits
2 changed files with 2 additions and 11 deletions
+2 -1
View File
@@ -69,9 +69,10 @@ add_subdirectory("src")
# ------------------------------------------
# Assets target
add_custom_target(${ENGINE}-assets ALL
add_custom_target(${ENGINE}-assets
COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_SOURCE_DIR}/cmake/copy-assets.cmake
WORKING_DIRECTORY ${CMAKE_BINARY_DIR})
add_dependencies(${ENGINE} ${ENGINE}-assets)
# ------------------------------------------
# Examples target
-10
View File
@@ -36,15 +36,5 @@
"color": [ 1.0, 1.0, 1.0, 1.0 ],
"texture": "assets/gfx/test-inverted.png"
}
],
"text": [
{
"name": "Text",
"content": "HelloWorld!",
"font": "assets/fnt/dejavu-sans",
"font-size": 0,
"width": 150,
"lines": 3
}
]
}