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,217 @@
{
"animations": {
"Attack": {
"frames": [
[
224.0,
48.0,
32.0,
48.0
]
],
"speed": 5.0,
"loop": true
},
"Climb": {
"frames": [
[
192.0,
48.0,
32.0,
48.0
],
[
160.0,
48.0,
32.0,
48.0
]
],
"speed": 5.0,
"loop": true
},
"Crouch": {
"frames": [
[
32.0,
0.0,
32.0,
48.0
]
],
"speed": 5.0,
"loop": true
},
"Die": {
"frames": [
[
32.0,
96.0,
32.0,
48.0
]
],
"speed": 5.0,
"loop": true
},
"Grow": {
"frames": [
[
0.0,
96.0,
32.0,
48.0
],
[
0.0,
0.0,
32.0,
48.0
]
],
"speed": 5.0,
"loop": true
},
"Idle": {
"frames": [
[
0.0,
0.0,
32.0,
48.0
]
],
"speed": 5.0,
"loop": true
},
"Jump": {
"frames": [
[
192.0,
0.0,
32.0,
48.0
]
],
"speed": 5.0,
"loop": true
},
"Move": {
"frames": [
[
64.0,
0.0,
32.0,
48.0
],
[
96.0,
0.0,
32.0,
48.0
],
[
128.0,
0.0,
32.0,
48.0
]
],
"speed": 5.0,
"loop": true
},
"Skid": {
"frames": [
[
160.0,
0.0,
32.0,
48.0
]
],
"speed": 5.0,
"loop": true
},
"SwimIdle": {
"frames": [
[
224.0,
0.0,
32.0,
48.0
],
[
0.0,
48.0,
32.0,
48.0
]
],
"speed": 10.0,
"loop": true
},
"SwimUp": {
"frames": [
[
224.0,
0.0,
32.0,
48.0
],
[
0.0,
48.0,
32.0,
48.0
],
[
32.0,
48.0,
32.0,
48.0
],
[
64.0,
48.0,
32.0,
48.0
],
[
96.0,
48.0,
32.0,
48.0
],
[
128.0,
48.0,
32.0,
48.0
]
],
"speed": 25.0,
"loop": true
},
"FaceForward": {
"frames": [[64, 96, 32, 48]],
"speed": 5.0,
"loop": true
},
"Pose": {
"frames": [[96, 96, 32, 48]],
"speed": 5.0,
"loop": true
}
},
"variations": {
"default": {
"source": "Big.png",
"rect": [
0.0,
0.0,
256.0,
144.0
]
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cj6ulcsx144w4"
path="res://.godot/imported/Big.png-5bc65e0c258cef4c2220187f00766646.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Sprites/Players/Luigi/Big.png"
dest_files=["res://.godot/imported/Big.png-5bc65e0c258cef4c2220187f00766646.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://hbrx68rp5def"
path="res://.godot/imported/CharacterColour.png-63dc89738aba35d6e1f06015b6171288.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Sprites/Players/Luigi/CharacterColour.png"
dest_files=["res://.godot/imported/CharacterColour.png-63dc89738aba35d6e1f06015b6171288.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_LUIGI",
"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: 293 B

View File

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dp0gp7welxbye"
path="res://.godot/imported/CheckpointFlag.png-16198312972fd7abf19694ddff004f1c.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Sprites/Players/Luigi/CheckpointFlag.png"
dest_files=["res://.godot/imported/CheckpointFlag.png-16198312972fd7abf19694ddff004f1c.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://dlxt4l5kpe2i8"
path="res://.godot/imported/ColourPalette.png-dcdb8d0928fdb7455a0d5d98b5fd6b1f.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Sprites/Players/Luigi/ColourPalette.png"
dest_files=["res://.godot/imported/ColourPalette.png-dcdb8d0928fdb7455a0d5d98b5fd6b1f.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,84 @@
{
"animations": {
"AirAttack": {
"frames": [[32.0, 96.0, 32.0, 48.0]],
"speed": 5.0,
"loop": true
},
"Attack": {
"frames": [[224.0, 48.0, 32.0, 48.0]],
"speed": 5.0,
"loop": true
},
"Climb": {
"frames": [[192.0, 48.0, 32.0, 48.0], [160.0, 48.0, 32.0, 48.0]],
"speed": 5.0,
"loop": true
},
"Crouch": {
"frames": [[32.0, 0.0, 32.0, 48.0]],
"speed": 5.0,
"loop": true
},
"Die": {
"frames": [[64.0, 96.0, 32.0, 48.0]],
"speed": 5.0,
"loop": true
},
"Grow": {
"frames": [[0.0, 96.0, 32.0, 48.0], [0.0, 0.0, 32.0, 48.0]],
"speed": 5.0,
"loop": true
},
"Idle": {
"frames": [[0.0, 0.0, 32.0, 48.0]],
"speed": 5.0,
"loop": true
},
"Jump": {
"frames": [[192.0, 0.0, 32.0, 48.0]],
"speed": 5.0,
"loop": true
},
"Move": {
"frames": [[64.0, 0.0, 32.0, 48.0], [96.0, 0.0, 32.0, 48.0], [128.0, 0.0, 32.0, 48.0]],
"speed": 5.0,
"loop": true
},
"Skid": {
"frames": [[160.0, 0.0, 32.0, 48.0]],
"speed": 5.0,
"loop": true
},
"SwimIdle": {
"frames": [[224.0, 0.0, 32.0, 48.0], [0.0, 48.0, 32.0, 48.0]],
"speed": 10.0,
"loop": true
},
"SwimUp": {
"frames": [
[224.0, 0.0, 32.0, 48.0],
[0.0, 48.0, 32.0, 48.0],
[32.0, 48.0, 32.0, 48.0],
[64.0, 48.0, 32.0, 48.0],
[96.0, 48.0, 32.0, 48.0],
[128.0, 48.0, 32.0, 48.0]
],
"speed": 25.0,
"loop": true
},
"FaceForward": {
"frames": [[96, 96, 32, 48]],
"speed": 1.0,
"loop": true
},
"Pose": {
"frames": [[128, 96, 32, 48]],
"speed": 1.0,
"loop": true
}
},
"variations": {
"default": {"source": "Fire.png"}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b0a0hysw8lpqg"
path="res://.godot/imported/Fire.png-90a838fe31ef03ded748113cc615cb2e.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Sprites/Players/Luigi/Fire.png"
dest_files=["res://.godot/imported/Fire.png-90a838fe31ef03ded748113cc615cb2e.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: 117 B

View File

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://28n3pnkqiolx"
path="res://.godot/imported/LifeIcon.png-80a98bf33428e59f8d1680a2d34324a9.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Sprites/Players/Luigi/LifeIcon.png"
dest_files=["res://.godot/imported/LifeIcon.png-80a98bf33428e59f8d1680a2d34324a9.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: 3.4 KiB

View File

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cs6lf66oxc22d"
path="res://.godot/imported/Small.png-fc7cfd51c094139e46b08da9ed68b395.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Sprites/Players/Luigi/Small.png"
dest_files=["res://.godot/imported/Small.png-fc7cfd51c094139e46b08da9ed68b395.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