Browse Source

rename samples to shorter name

Jeremie Roy 12 years ago
parent
commit
62c9a457c1

+ 0 - 0
examples/10-font_alpha/basics.cpp → examples/10-font/basics.cpp


+ 0 - 0
examples/11-font_distance_field/distance_field_text.cpp → examples/11-fontdfs/distance_field_text.cpp


+ 2 - 2
premake/premake4.lua

@@ -116,8 +116,8 @@ exampleProject("06-bump",       "ffb23e6c-167b-11e2-81df-94c4dd6a022f")
 exampleProject("07-callback",   "acc53bbc-52f0-11e2-9781-ad8edd4b7d02")
 exampleProject("08-update",     "e011e246-5862-11e2-b202-b7cb257a7926")
 exampleProject("09-hdr",        "969a4626-67ee-11e2-9726-9023267a7926")
-exampleProject("10-font_alpha" , "EF6FD5B3-B52A-41C2-A257-9DFE709AF9E1")
-exampleProject("11-font_distance_field", "F4E6F96F-3DAA-4C68-8DF8-BF2A3ECD9092")
+exampleProject("10-font" ,      "EF6FD5B3-B52A-41C2-A257-9DFE709AF9E1")
+exampleProject("11-fontdfs",    "F4E6F96F-3DAA-4C68-8DF8-BF2A3ECD9092")
 dofile "makedisttex.lua"
 dofile "shaderc.lua"
 dofile "texturec.lua"