added the game

This commit is contained in:
JHDev2006
2025-09-13 16:30:32 +01:00
parent 5ef689109b
commit 3773bdaf64
3616 changed files with 263702 additions and 0 deletions

View File

@@ -0,0 +1,212 @@
{
"animations": {
"Attack": {
"frames": [
[
224.0,
32.0,
32.0,
32.0
]
],
"speed": 5.0,
"loop": true
},
"Climb": {
"frames": [
[
160.0,
32.0,
32.0,
32.0
],
[
192.0,
32.0,
32.0,
32.0
]
],
"speed": 5.0,
"loop": true
},
"Crouch": {
"frames": [
[
32.0,
0.0,
32.0,
32.0
]
],
"speed": 5.0,
"loop": true
},
"Die": {
"frames": [
[
32.0,
64.0,
32.0,
32.0
]
],
"speed": 5.0,
"loop": true
},
"Grow": {
"frames": [
[
0.0,
64.0,
32.0,
32.0
],
[
0.0,
0.0,
32.0,
32.0
]
],
"speed": 5.0,
"loop": true
},
"Idle": {
"frames": [
[0.0, 0.0, 32.0, 32.0]
],
"speed": 5.0,
"loop": true
},
"Jump": {
"frames": [
[
192.0,
0.0,
32.0,
32.0
]
],
"speed": 5.0,
"loop": true
},
"Move": {
"frames": [
[
64.0,
0.0,
32.0,
32.0
],
[
96.0,
0.0,
32.0,
32.0
],
[
128.0,
0.0,
32.0,
32.0
]
],
"speed": 5.0,
"loop": true
},
"Skid": {
"frames": [
[
160.0,
0.0,
32.0,
32.0
]
],
"speed": 5.0,
"loop": true
},
"SwimIdle": {
"frames": [
[
224.0,
0.0,
32.0,
32.0
],
[
0.0,
32.0,
32.0,
32.0
]
],
"speed": 10.0,
"loop": true
},
"SwimUp": {
"frames": [
[
224.0,
0.0,
32.0,
32.0
],
[
0.0,
32.0,
32.0,
32.0
],
[
32.0,
32.0,
32.0,
32.0
],
[
64.0,
32.0,
32.0,
32.0
],
[
96.0,
32.0,
32.0,
32.0
],
[
128.0,
32.0,
32.0,
32.0
]
],
"speed": 25.0,
"loop": true
},
"FaceForward": {
"frames": [[64, 64, 32, 32]],
"speed": 1.0,
"loop": true
},
"Pose": {
"frames": [[96, 64, 32, 32]],
"speed": 1.0,
"loop": true
}
},
"variations": {
"default": {
"source": "Big.png",
"rect": [
0.0,
0.0,
256.0,
96.0
]
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b45d7xacnaoxl"
path="res://.godot/imported/Big.png-67c9f7c3cd5735c9effa7ee20abba19e.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Sprites/Players/Mario/Big.png"
dest_files=["res://.godot/imported/Big.png-67c9f7c3cd5735c9effa7ee20abba19e.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View File

@@ -0,0 +1 @@
{"variations": {"source": "CharacterColour.png"}}

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 B

View File

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://pao6bg7cvux"
path="res://.godot/imported/CharacterColour.png-a8f19f9eabceef556ccd44fbc7d2cb67.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Sprites/Players/Mario/CharacterColour.png"
dest_files=["res://.godot/imported/CharacterColour.png-a8f19f9eabceef556ccd44fbc7d2cb67.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View File

@@ -0,0 +1,24 @@
{
"name": "CHAR_MARIO",
"physics": {
"AIR_ACCEL": 3.0,
"AIR_SKID": 1.5,
"DECEL": 3.0,
"FALL_GRAVITY": 25.0,
"GROUND_RUN_ACCEL": 1.25,
"GROUND_WALK_ACCEL": 4.0,
"JUMP_GRAVITY": 11.0,
"JUMP_HEIGHT": 300.0,
"JUMP_INCR": 8.0,
"SWIM_GRAVITY": 2.5,
"SWIM_SPEED": 95.0,
"MAX_FALL_SPEED": 280,
"MAX_SWIM_FALL_SPEED": 200,
"RUN_SKID": 8.0,
"RUN_SPEED": 160,
"WALK_SKID": 8.0,
"WALK_SPEED": 90.0
},
"small_hitbox_scale": [1.0, 1.0],
"big_hitbox_scale": [1.0, 1.0]
}

View File

@@ -0,0 +1,12 @@
{
"animations": {
"default": {
"frames": [[0, 0, 32, 32]],
"speed": 1.0,
"loop": true
}
},
"variations": {
"default": {"source": "CheckpointFlag.png"}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 B

View File

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cek5t15x36dho"
path="res://.godot/imported/CheckpointFlag.png-b26d38ca482380ad9a2c905176d2fb10.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Sprites/Players/Mario/CheckpointFlag.png"
dest_files=["res://.godot/imported/CheckpointFlag.png-b26d38ca482380ad9a2c905176d2fb10.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View File

@@ -0,0 +1 @@
{"variations": {"source": "ColourPalette.png"}}

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 B

View File

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bdurtsr7cld64"
path="res://.godot/imported/ColourPalette.png-18a13b6450e351fa3778de9c018c722c.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Sprites/Players/Mario/ColourPalette.png"
dest_files=["res://.godot/imported/ColourPalette.png-18a13b6450e351fa3778de9c018c722c.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View File

@@ -0,0 +1,233 @@
{
"animations": {
"AirAttack": {
"frames": [
[
32.0,
64.0,
32.0,
32.0
]
],
"speed": 5.0,
"loop": true
},
"Attack": {
"frames": [
[
224.0,
32.0,
32.0,
32.0
]
],
"speed": 5.0,
"loop": true
},
"Climb": {
"frames": [
[
160.0,
32.0,
32.0,
32.0
],
[
192.0,
32.0,
32.0,
32.0
]
],
"speed": 5.0,
"loop": true
},
"Crouch": {
"frames": [
[
32.0,
0.0,
32.0,
32.0
]
],
"speed": 5.0,
"loop": true
},
"Die": {
"frames": [
[
96.0,
64.0,
32.0,
32.0
]
],
"speed": 5.0,
"loop": true
},
"Grow": {
"frames": [
[
0.0,
64.0,
32.0,
32.0
],
[
0.0,
0.0,
32.0,
32.0
]
],
"speed": 5.0,
"loop": true
},
"Idle": {
"frames": [
[
0.0,
0.0,
32.0,
32.0
]
],
"speed": 5.0,
"loop": true
},
"Jump": {
"frames": [
[
192.0,
0.0,
32.0,
32.0
]
],
"speed": 5.0,
"loop": true
},
"Move": {
"frames": [
[
64.0,
0.0,
32.0,
32.0
],
[
96.0,
0.0,
32.0,
32.0
],
[
128.0,
0.0,
32.0,
32.0
]
],
"speed": 5.0,
"loop": true
},
"Skid": {
"frames": [
[
160.0,
0.0,
32.0,
32.0
]
],
"speed": 5.0,
"loop": true
},
"SwimAttack": {
"frames": [
[
64.0,
64.0,
32.0,
32.0
]
],
"speed": 5.0,
"loop": true
},
"SwimIdle": {
"frames": [
[
224.0,
0.0,
32.0,
32.0
],
[
0.0,
32.0,
32.0,
32.0
]
],
"speed": 10.0,
"loop": true
},
"SwimUp": {
"frames": [
[
224.0,
0.0,
32.0,
32.0
],
[
0.0,
32.0,
32.0,
32.0
],
[
32.0,
32.0,
32.0,
32.0
],
[
64.0,
32.0,
32.0,
32.0
],
[
96.0,
32.0,
32.0,
32.0
],
[
128.0,
32.0,
32.0,
32.0
]
],
"speed": 25.0,
"loop": true
},
"FaceForward": {
"frames": [[128, 64, 32, 32]],
"speed": 1.0,
"loop": true
},
"Pose": {
"frames": [[160, 64, 32, 32]],
"speed": 1.0,
"loop": true
}
},
"variations": {
"default": {"source": "Fire.png"}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://24uoktknq4h2"
path="res://.godot/imported/Fire.png-329abec63fb82055c34c9b63e2b918b6.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Sprites/Players/Mario/Fire.png"
dest_files=["res://.godot/imported/Fire.png-329abec63fb82055c34c9b63e2b918b6.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View File

@@ -0,0 +1 @@
{"variations": {"default": {"source": "LifeIcon.png"}}}

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 B

View File

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bgckb78kobtx3"
path="res://.godot/imported/LifeIcon.png-5177c0e7b20b160581d4556841d0c218.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Sprites/Players/Mario/LifeIcon.png"
dest_files=["res://.godot/imported/LifeIcon.png-5177c0e7b20b160581d4556841d0c218.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View File

@@ -0,0 +1,3 @@
{
}

View File

@@ -0,0 +1,210 @@
{
"animations": {
"Attack": {
"frames": [],
"speed": 5.0,
"loop": true
},
"Climb": {
"frames": [
[
160.0,
32.0,
32.0,
32.0
],
[
192.0,
32.0,
32.0,
32.0
]
],
"speed": 5.0,
"loop": true
},
"Crouch": {
"frames": [
[
32.0,
0.0,
32.0,
32.0
]
],
"speed": 5.0,
"loop": true
},
"Die": {
"frames": [
[
224.0,
32.0,
32.0,
32.0
]
],
"speed": 5.0,
"loop": true
},
"Grow": {
"frames": [
[
0.0,
64.0,
32.0,
32.0
],
[
0.0,
0.0,
32.0,
32.0
]
],
"speed": 5.0,
"loop": true
},
"Idle": {
"frames": [
[
0.0,
0.0,
32.0,
32.0
]
],
"speed": 5.0,
"loop": true
},
"Jump": {
"frames": [
[
192.0,
0.0,
32.0,
32.0
]
],
"speed": 5.0,
"loop": true
},
"Move": {
"frames": [
[
64.0,
0.0,
32.0,
32.0
],
[
128.0,
0.0,
32.0,
32.0
],
[
96.0,
0.0,
32.0,
32.0
]
],
"speed": 5.0,
"loop": true
},
"Skid": {
"frames": [
[
160.0,
0.0,
32.0,
32.0
]
],
"speed": 5.0,
"loop": true
},
"SwimIdle": {
"frames": [
[
224.0,
0.0,
32.0,
32.0
],
[
0.0,
32.0,
32.0,
32.0
]
],
"speed": 10.0,
"loop": true
},
"SwimUp": {
"frames": [
[
224.0,
0.0,
32.0,
32.0
],
[
0.0,
32.0,
32.0,
32.0
],
[
32.0,
32.0,
32.0,
32.0
],
[
64.0,
32.0,
32.0,
32.0
],
[
96.0,
32.0,
32.0,
32.0
],
[
128.0,
32.0,
32.0,
32.0
]
],
"speed": 25.0,
"loop": true
},
"FaceForward": {
"frames": [[32, 64, 32, 32]],
"speed": 1.0,
"loop": true
},
"Pose": {
"frames": [[64, 64, 32, 32]],
"speed": 1.0,
"loop": true
}
},
"variations": {
"default": {
"source": "Small.png",
"rect": [
0.0,
0.0,
256.0,
96.0
]
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://d8g0ff0oepgy"
path="res://.godot/imported/Small.png-c99ad24c50180bcc22260a93e7687169.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Sprites/Players/Mario/Small.png"
dest_files=["res://.godot/imported/Small.png-c99ad24c50180bcc22260a93e7687169.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1