Skip to content

Commit 1c19f21

Browse files
committed
Update to Godot 4.4
1 parent 2d641a3 commit 1c19f21

24 files changed

Lines changed: 25 additions & 14 deletions

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616
id-token: write
1717

1818
env:
19-
GODOT_VERSION: 4.3
19+
GODOT_VERSION: 4.4
2020

2121
jobs:
2222
check:

asset-template.json.hb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"title": "Moddable Platformer",
33
"description": "This mini moddable game project by Endless OS Foundation is intended to help ease the learning curve into Godot.\n\nThis sample project allows learners to engage with game creation concepts, applying various modifications to the game itself, all without reading or writing any code.\n\nThe doc/MODS.md file details the mods that have been made available.",
44
"category_id": "9",
5-
"godot_version": "4.3",
5+
"godot_version": "4.4",
66
"version_string": "{{ context.release.name }}",
77
"cost": "MIT",
88
"support_level": "community",

components/coin/coin.tscn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[gd_scene load_steps=4 format=3 uid="uid://daf24t18h3n5e"]
22

3-
[ext_resource type="Script" path="res://scripts/coin.gd" id="1_4bks0"]
3+
[ext_resource type="Script" uid="uid://b4j8f10agdcvu" path="res://scripts/coin.gd" id="1_4bks0"]
44
[ext_resource type="Texture2D" uid="uid://bjqboxowe07lw" path="res://assets/items/crystal.png" id="2_hpbor"]
55

66
[sub_resource type="CircleShape2D" id="CircleShape2D_5w0o8"]

components/enemy/enemy.gd.uid

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
uid://d003tgo4vrak8

components/enemy/enemy.tscn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[gd_scene load_steps=10 format=3 uid="uid://dk0xon0k7ga23"]
22

33
[ext_resource type="Texture2D" uid="uid://dwhi5vmkbnyk4" path="res://assets/enemy.png" id="1_57cf6"]
4-
[ext_resource type="Script" path="res://components/enemy/enemy.gd" id="1_urf0o"]
4+
[ext_resource type="Script" uid="uid://d003tgo4vrak8" path="res://components/enemy/enemy.gd" id="1_urf0o"]
55

66
[sub_resource type="AtlasTexture" id="AtlasTexture_5r7qd"]
77
atlas = ExtResource("1_57cf6")

components/flag/flag.tscn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[gd_scene load_steps=4 format=3 uid="uid://beuisy5yrw0bq"]
22

3-
[ext_resource type="Script" path="res://scripts/flag.gd" id="1_ic1xn"]
3+
[ext_resource type="Script" uid="uid://ctlotfccvl4jn" path="res://scripts/flag.gd" id="1_ic1xn"]
44
[ext_resource type="SpriteFrames" uid="uid://b3orjhfv6eeud" path="res://components/flag/flag-spriteframes-green.tres" id="2_l6hhd"]
55

66
[sub_resource type="RectangleShape2D" id="RectangleShape2D_3dfps"]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
uid://dilh5jyuklov6

components/platform/platform.tscn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[gd_scene load_steps=6 format=3 uid="uid://coq6d3u6wnvs2"]
22

3-
[ext_resource type="Script" path="res://components/platform/platform.gd" id="1_dpc6h"]
3+
[ext_resource type="Script" uid="uid://dilh5jyuklov6" path="res://components/platform/platform.gd" id="1_dpc6h"]
44

55
[sub_resource type="RectangleShape2D" id="RectangleShape2D_i4vtk"]
66
size = Vector2(384, 40)
@@ -26,7 +26,7 @@ tracks/0/keys = {
2626

2727
[sub_resource type="AnimationLibrary" id="AnimationLibrary_cwxfq"]
2828
_data = {
29-
"shake": SubResource("Animation_6232f")
29+
&"shake": SubResource("Animation_6232f")
3030
}
3131

3232
[node name="Platform" type="Node2D"]

components/player/player.tscn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[gd_scene load_steps=4 format=3 uid="uid://8st4scqt06l8"]
22

3-
[ext_resource type="Script" path="res://scripts/player.gd" id="1_w3ms2"]
3+
[ext_resource type="Script" uid="uid://umb21eb2y1oj" path="res://scripts/player.gd" id="1_w3ms2"]
44
[ext_resource type="SpriteFrames" uid="uid://bo581k1esb50n" path="res://components/player/spriteframes-red.tres" id="2_msaml"]
55

66
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_7x5a4"]

hud.tscn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[gd_scene load_steps=20 format=3 uid="uid://jt80gv02u4f2"]
22

3-
[ext_resource type="Script" path="res://scripts/hud.gd" id="1_8msyy"]
3+
[ext_resource type="Script" uid="uid://bi5370kgl6xcs" path="res://scripts/hud.gd" id="1_8msyy"]
44
[ext_resource type="Texture2D" uid="uid://bwt5tfdwi6444" path="res://assets/input-prompts/keyboard_arrow_left.svg" id="2_btdwd"]
55
[ext_resource type="Texture2D" uid="uid://d3um1i1lgu153" path="res://assets/heart.png" id="2_yyptq"]
66
[ext_resource type="Texture2D" uid="uid://c6ic03u2yvnk6" path="res://assets/controls/flatLightLeft.png" id="3_cxgb6"]

0 commit comments

Comments
 (0)