Skip to content

Commit 6929365

Browse files
committed
Fix example after upgrading to Godot 4.4
1 parent fe1b635 commit 6929365

File tree

78 files changed

+305
-364
lines changed

Some content is hidden

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

78 files changed

+305
-364
lines changed

.DS_Store

8 KB
Binary file not shown.

example/.DS_Store

10 KB
Binary file not shown.
File renamed without changes.

example/.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.godot/
2+
/android/
3+
.gradle
4+
.kotlin
5+
.idea
6+
build
7+
jvm

example/kotlin/dodge_the_creeps/ColorAnimator.gdj renamed to example/ColorAnimator.gdj

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ fqName = com.example.game.ColorAnimator
66
relativeSourcePath = src/main/kotlin/com/example/game/ColorAnimator.kt
77
baseType = Node2D
88
supertypes = [
9-
godot.Node2D,
10-
godot.CanvasItem,
11-
godot.Node,
12-
godot.Object,
9+
godot.api.Node2D,
10+
godot.api.CanvasItem,
11+
godot.api.Node,
12+
godot.api.Object,
1313
godot.core.KtObject,
14+
godot.common.interop.NativeWrapper,
15+
godot.common.interop.NativePointer,
1416
kotlin.Any
1517
]
1618
signals = [
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)