Skip to content

Commit b81c913

Browse files
authored
Replace default title for example projects (#179)
1 parent 38495e9 commit b81c913

81 files changed

Lines changed: 81 additions & 81 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

animation/basic_tween/game.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
title = Defold-examples
2+
title = Basic tween
33
version = 0.1
44

55
[bootstrap]

animation/chained_tween/game.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
title = Defold-examples
2+
title = Chained tween
33
version = 0.1
44

55
[bootstrap]

animation/cursor/game.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
title = Defold-examples
2+
title = Cursor
33
version = 0.1
44

55
[bootstrap]

animation/easing/game.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
title = Defold-examples
2+
title = Easing
33
version = 0.1
44

55
[bootstrap]

animation/flipbook/game.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
title = Defold-examples
2+
title = Flipbook
33
version = 0.1
44

55
[bootstrap]

animation/spine/game.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
title = Defold-examples
2+
title = Spine animation
33
version = 0.1
44
dependencies#0 = https://github.com/defold/extension-spine/archive/refs/tags/4.5.3.zip
55

animation/spinner/game.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
title = Defold-examples
2+
title = Spinner
33
version = 0.1
44

55
[bootstrap]

basics/message_passing/game.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
title = Defold-examples
2+
title = Message passing
33
version = 0.1
44

55
[bootstrap]

basics/parent_child/game.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
title = Defold-examples
2+
title = Parent-Child
33
version = 0.1
44

55
[bootstrap]

basics/random_numbers/game.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
title = Defold-examples
2+
title = Random numbers
33
version = 0.1
44

55
[bootstrap]

0 commit comments

Comments
 (0)