Merge remote-tracking branch 'upstream/main' into pulls/small-crouch-hitbox-fix
4
.gitattributes
vendored
@@ -1,2 +1,2 @@
|
||||
# Auto detect text files and perform LF normalization
|
||||
* text=auto
|
||||
# Normalize EOL for all files that Git considers text files.
|
||||
* text=auto eol=lf
|
||||
|
42
.github/ISSUE_TEMPLATE/01-bug-report.yml
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
name: Bug Report
|
||||
description: Report a bug with Super Mario Bros. Remastered
|
||||
labels: ["bug"]
|
||||
title: '[Bug Report]: '
|
||||
|
||||
body:
|
||||
- type: input
|
||||
id: version
|
||||
attributes:
|
||||
label: "Version"
|
||||
description: "Specify the version of the game you used when you encountered the bug. You can find the game version at the bottom-left of the title screen."
|
||||
|
||||
- type: checkboxes
|
||||
id: bug_type
|
||||
attributes:
|
||||
label: "Bug Type"
|
||||
description: "Select all that apply (leave blank if unsure)."
|
||||
options:
|
||||
- label: campaign bug
|
||||
- label: editor bug
|
||||
- label: custom pack bug
|
||||
- label: ui bug
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: "Description"
|
||||
description: "Please write a clear and concise description of the bug."
|
||||
|
||||
- type: textarea
|
||||
id: reproduction_steps
|
||||
attributes:
|
||||
label: "Reproduction Steps"
|
||||
description: "Please list the steps taken to reproduce the bug, e.g. 1. Go to ... 2. Do ..."
|
||||
|
||||
- type: textarea
|
||||
id: screenshots
|
||||
attributes:
|
||||
label: "Screenshots"
|
||||
description: "If applicable, add screenshots to help explain the bug."
|
25
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -1,25 +0,0 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
1. Go to '...'
|
||||
2. Do '...'
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
2
.gitignore
vendored
@@ -3,3 +3,5 @@
|
||||
/android/
|
||||
Exports/
|
||||
Assets/LevelGuides
|
||||
addons/discord-rpc-gd/bin/windows/~discord_game_sdk_binding_debug.dll
|
||||
godotgif/bin/~godotgif.windows.template_debug.x86_64.dll
|
||||
|
@@ -143,4 +143,4 @@
|
||||
"link": "Underwater"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -1,6 +1,10 @@
|
||||
{
|
||||
"variations": {
|
||||
"SMB1": {"source": "ConveyorBelt.png"},
|
||||
"SMBS": {"source": "ConveyorBeltSpecial.png"}
|
||||
"SMB1": {
|
||||
"source": "ConveyorBelt.png"
|
||||
},
|
||||
"SMBS": {
|
||||
"source": "ConveyorBeltSpecial.png"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -1,6 +1,10 @@
|
||||
{
|
||||
"variations": {
|
||||
"SMB1": {"source": "OnOffConveyorBelt.png"},
|
||||
"SMBS": {"source": "OnOffConveyorBeltSpecial.png"}
|
||||
"SMB1": {
|
||||
"source": "OnOffConveyorBelt.png"
|
||||
},
|
||||
"SMBS": {
|
||||
"source": "OnOffConveyorBeltSpecial.png"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -5,170 +5,335 @@
|
||||
"animations": {
|
||||
"Walk": {
|
||||
"frames": [
|
||||
[0, 0, 16, 16],
|
||||
[16, 0, 16, 16]
|
||||
[
|
||||
0.0,
|
||||
0.0,
|
||||
16.0,
|
||||
16.0
|
||||
],
|
||||
[
|
||||
16.0,
|
||||
0.0,
|
||||
16.0,
|
||||
16.0
|
||||
]
|
||||
],
|
||||
"speed": 5.0,
|
||||
"loop": true
|
||||
},
|
||||
"Stomped": {
|
||||
"frames": [[32, 0, 16, 16]],
|
||||
"frames": [
|
||||
[
|
||||
32.0,
|
||||
0.0,
|
||||
16.0,
|
||||
16.0
|
||||
]
|
||||
],
|
||||
"speed": 5.0,
|
||||
"loop": true
|
||||
}
|
||||
},
|
||||
|
||||
"variations":
|
||||
{
|
||||
"variations": {
|
||||
"default": {
|
||||
"SMB1": {
|
||||
"source": "Goomba.png",
|
||||
"rect": [0, 0, 48, 16]
|
||||
"rect": [
|
||||
0.0,
|
||||
0.0,
|
||||
48.0,
|
||||
16.0
|
||||
]
|
||||
},
|
||||
"SMBANN": {
|
||||
"source": "DiscoGoomba.png",
|
||||
"rect": [0, 0, 48, 16]
|
||||
"rect": [
|
||||
0.0,
|
||||
0.0,
|
||||
48.0,
|
||||
16.0
|
||||
]
|
||||
}
|
||||
},
|
||||
"Underground": {
|
||||
"SMB1": {
|
||||
"source": "Goomba.png",
|
||||
"rect": [48, 0, 48, 16]
|
||||
"rect": [
|
||||
48.0,
|
||||
0.0,
|
||||
48.0,
|
||||
16.0
|
||||
]
|
||||
},
|
||||
"SMBANN": {
|
||||
"source": "DiscoGoomba.png",
|
||||
"rect": [48, 0, 48, 16]
|
||||
"rect": [
|
||||
48.0,
|
||||
0.0,
|
||||
48.0,
|
||||
16.0
|
||||
]
|
||||
}
|
||||
},
|
||||
"GhostHouse": {
|
||||
"SMB1": {
|
||||
"source": "Goomba.png",
|
||||
"rect": [48, 0, 48, 16]
|
||||
"rect": [
|
||||
48.0,
|
||||
0.0,
|
||||
48.0,
|
||||
16.0
|
||||
]
|
||||
},
|
||||
"SMBANN": {
|
||||
"source": "DiscoGoomba.png",
|
||||
"rect": [48, 0, 48, 16]
|
||||
"rect": [
|
||||
48.0,
|
||||
0.0,
|
||||
48.0,
|
||||
16.0
|
||||
]
|
||||
}
|
||||
},
|
||||
"Castle": {
|
||||
"SMB1": {
|
||||
"source": "Goomba.png",
|
||||
"rect": [96, 0, 48, 16]
|
||||
"rect": [
|
||||
96.0,
|
||||
0.0,
|
||||
48.0,
|
||||
16.0
|
||||
]
|
||||
},
|
||||
"SMBANN": {
|
||||
"source": "DiscoGoomba.png",
|
||||
"rect": [96, 0, 48, 16]
|
||||
"rect": [
|
||||
96.0,
|
||||
0.0,
|
||||
48.0,
|
||||
16.0
|
||||
]
|
||||
}
|
||||
},
|
||||
"Underwater": {
|
||||
"SMB1": {
|
||||
"source": "Goomba.png",
|
||||
"rect": [144, 0, 48, 16]
|
||||
"rect": [
|
||||
144.0,
|
||||
0.0,
|
||||
48.0,
|
||||
16.0
|
||||
]
|
||||
},
|
||||
"SMBANN": {
|
||||
"source": "DiscoGoomba.png",
|
||||
"rect": [144, 0, 48, 16]
|
||||
"rect": [
|
||||
144.0,
|
||||
0.0,
|
||||
48.0,
|
||||
16.0
|
||||
]
|
||||
}
|
||||
},
|
||||
"CastleWater": {
|
||||
"SMB1": {
|
||||
"source": "Goomba.png",
|
||||
"rect": [144, 0, 48, 16]
|
||||
"rect": [
|
||||
144.0,
|
||||
0.0,
|
||||
48.0,
|
||||
16.0
|
||||
]
|
||||
},
|
||||
"SMBANN": {
|
||||
"source": "DiscoGoomba.png",
|
||||
"rect": [144, 0, 48, 16]
|
||||
"rect": [
|
||||
144.0,
|
||||
0.0,
|
||||
48.0,
|
||||
16.0
|
||||
]
|
||||
}
|
||||
},
|
||||
"Desert": {
|
||||
"SMB1": {
|
||||
"source": "Goomba.png",
|
||||
"rect": [0, 16, 48, 16]
|
||||
"rect": [
|
||||
0.0,
|
||||
16.0,
|
||||
48.0,
|
||||
16.0
|
||||
]
|
||||
},
|
||||
"SMBANN": {
|
||||
"source": "DiscoGoomba.png",
|
||||
"rect": [0, 16, 48, 16]
|
||||
"rect": [
|
||||
0.0,
|
||||
16.0,
|
||||
48.0,
|
||||
16.0
|
||||
]
|
||||
}
|
||||
},
|
||||
"Jungle": {
|
||||
"SMB1": {
|
||||
"source": "Goomba.png",
|
||||
"rect": [48, 16, 48, 16]
|
||||
"rect": [
|
||||
48.0,
|
||||
16.0,
|
||||
48.0,
|
||||
16.0
|
||||
]
|
||||
},
|
||||
"SMBANN": {
|
||||
"source": "DiscoGoomba.png",
|
||||
"rect": [48, 16, 48, 16]
|
||||
"rect": [
|
||||
48.0,
|
||||
16.0,
|
||||
48.0,
|
||||
16.0
|
||||
]
|
||||
}
|
||||
},
|
||||
"Snow": {
|
||||
"SMB1": {
|
||||
"source": "Goomba.png",
|
||||
"rect": [96, 16, 48, 16]
|
||||
"rect": [
|
||||
96.0,
|
||||
16.0,
|
||||
48.0,
|
||||
16.0
|
||||
]
|
||||
},
|
||||
"SMBANN": {
|
||||
"source": "DiscoGoomba.png",
|
||||
"rect": [96, 16, 48, 16]
|
||||
"rect": [
|
||||
96.0,
|
||||
16.0,
|
||||
48.0,
|
||||
16.0
|
||||
]
|
||||
}
|
||||
},
|
||||
"Volcano": {
|
||||
"SMB1": {
|
||||
"source": "Goomba.png",
|
||||
"rect": [144, 16, 48, 16]
|
||||
"rect": [
|
||||
144.0,
|
||||
16.0,
|
||||
48.0,
|
||||
16.0
|
||||
]
|
||||
},
|
||||
"SMBANN": {
|
||||
"source": "DiscoGoomba.png",
|
||||
"Rect": [144, 16, 48, 16]
|
||||
"Rect": [
|
||||
144.0,
|
||||
16.0,
|
||||
48.0,
|
||||
16.0
|
||||
]
|
||||
}
|
||||
},
|
||||
"Autumn": {
|
||||
"SMB1": {
|
||||
"source": "Goomba.png",
|
||||
"rect": [0, 32, 48, 16]
|
||||
"rect": [
|
||||
0.0,
|
||||
32.0,
|
||||
48.0,
|
||||
16.0
|
||||
]
|
||||
},
|
||||
"SMBANN": {
|
||||
"source": "DiscoGoomba.png",
|
||||
"rect": [0, 32, 48, 16]
|
||||
"rect": [
|
||||
0.0,
|
||||
32.0,
|
||||
48.0,
|
||||
16.0
|
||||
]
|
||||
}
|
||||
},
|
||||
"Beach": {
|
||||
"SMB1": {
|
||||
"source": "Goomba.png",
|
||||
"rect": [48, 32, 48, 16]
|
||||
"rect": [
|
||||
48.0,
|
||||
32.0,
|
||||
48.0,
|
||||
16.0
|
||||
]
|
||||
},
|
||||
"SMBANN": {
|
||||
"source": "DiscoGoomba.png",
|
||||
"rect": [48, 32, 48, 16]
|
||||
"rect": [
|
||||
48.0,
|
||||
32.0,
|
||||
48.0,
|
||||
16.0
|
||||
]
|
||||
}
|
||||
},
|
||||
"Mountain": {
|
||||
"SMB1": {
|
||||
"source": "Goomba.png",
|
||||
"rect": [96, 32, 48, 16]
|
||||
"rect": [
|
||||
96.0,
|
||||
32.0,
|
||||
48.0,
|
||||
16.0
|
||||
]
|
||||
},
|
||||
"SMBANN": {
|
||||
"source": "DiscoGoomba.png",
|
||||
"rect": [96, 32, 48, 16]
|
||||
"rect": [
|
||||
96.0,
|
||||
32.0,
|
||||
48.0,
|
||||
16.0
|
||||
]
|
||||
}
|
||||
},
|
||||
"Space": {
|
||||
"SMB1": {
|
||||
"source": "Goomba.png",
|
||||
"rect": [144, 32, 48, 16]
|
||||
"rect": [
|
||||
144.0,
|
||||
32.0,
|
||||
48.0,
|
||||
16.0
|
||||
]
|
||||
},
|
||||
"SMBANN": {
|
||||
"source": "DiscoGoomba.png",
|
||||
"rect": [144, 32, 48, 16]
|
||||
"rect": [
|
||||
144.0,
|
||||
32.0,
|
||||
48.0,
|
||||
16.0
|
||||
]
|
||||
}
|
||||
},
|
||||
"Bonus": {
|
||||
"SMB1": {
|
||||
"source": "Goomba.png",
|
||||
"rect": [0, 48, 48, 16]
|
||||
"rect": [
|
||||
0.0,
|
||||
48.0,
|
||||
48.0,
|
||||
16.0
|
||||
]
|
||||
},
|
||||
"SMBANN": {
|
||||
"source": "DiscoGoomba.png",
|
||||
"rect": [0, 48, 48, 16]
|
||||
"rect": [
|
||||
0.0,
|
||||
48.0,
|
||||
48.0,
|
||||
16.0
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -11,6 +11,7 @@
|
||||
"loop": true
|
||||
}
|
||||
},
|
||||
"properties": {"can_spawn_particles": true},
|
||||
"variations": {
|
||||
"default": {"source": "BlueCoin.png", "rect": [0, 0, 64, 16]},
|
||||
"Underground": {"source": "BlueCoin.png", "rect": [0, 16, 64, 16]},
|
||||
|
Before Width: | Height: | Size: 327 B After Width: | Height: | Size: 352 B |
@@ -85,6 +85,9 @@
|
||||
"loop": true
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
"can_spawn_particles": true
|
||||
},
|
||||
"variations": {
|
||||
"default": {"source": "StaticCoin.png", "rect": [0, 0, 64, 16]},
|
||||
"Underground": {"source": "StaticCoin.png", "rect": [0, 16, 64, 16]},
|
||||
|
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"properties": {"can_spawn_particles": true},
|
||||
"animations": {
|
||||
"Collected": {
|
||||
"frames": [
|
||||
|
@@ -31,6 +31,9 @@
|
||||
"loop": true
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
"can_spawn_particles": true
|
||||
},
|
||||
"variations": {
|
||||
"default": {
|
||||
"source": "SpinningCoin.png",
|
||||
@@ -99,4 +102,4 @@
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 1020 B After Width: | Height: | Size: 4.8 KiB |
11
Assets/Sprites/Particles/BlueCoinSparkle.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"properties": {
|
||||
"amount": 3,
|
||||
"process_material.emission_shape": 1,
|
||||
"material.particles_anim_h_frames": 8,
|
||||
"lifetime": 0.5
|
||||
},
|
||||
"variations": {
|
||||
"default": {"source": "BlueCoinSparkle.png", "rect": [0, 0, 64, 8]}
|
||||
}
|
||||
}
|
BIN
Assets/Sprites/Particles/BlueCoinSparkle.png
Normal file
After Width: | Height: | Size: 190 B |
40
Assets/Sprites/Particles/BlueCoinSparkle.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cwiey4ewgo1qm"
|
||||
path="res://.godot/imported/BlueCoinSparkle.png-6640ae517adee2b7ae9b991e76491298.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Assets/Sprites/Particles/BlueCoinSparkle.png"
|
||||
dest_files=["res://.godot/imported/BlueCoinSparkle.png-6640ae517adee2b7ae9b991e76491298.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
|
11
Assets/Sprites/Particles/CoinSparkle.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"properties": {
|
||||
"amount": 3,
|
||||
"process_material.emission_shape": 1,
|
||||
"material.particles_anim_h_frames": 8,
|
||||
"lifetime": 0.5
|
||||
},
|
||||
"variations": {
|
||||
"default": {"source": "CoinSparkle.png", "rect": [0, 0, 64, 8]}
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 226 B After Width: | Height: | Size: 157 B |
Before Width: | Height: | Size: 346 B After Width: | Height: | Size: 4.3 KiB |
11
Assets/Sprites/Particles/RedCoinSparkle.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"properties": {
|
||||
"amount": 3,
|
||||
"process_material.emission_shape": 1,
|
||||
"material.particles_anim_h_frames": 8,
|
||||
"lifetime": 0.5
|
||||
},
|
||||
"variations": {
|
||||
"default": {"source": "RedCoinSparkle.png", "rect": [0, 0, 64, 8]}
|
||||
}
|
||||
}
|
BIN
Assets/Sprites/Particles/RedCoinSparkle.png
Normal file
After Width: | Height: | Size: 191 B |
40
Assets/Sprites/Particles/RedCoinSparkle.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://c4ugewy0lof7v"
|
||||
path="res://.godot/imported/RedCoinSparkle.png-733d8d13e8942c171a0467d59781d229.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Assets/Sprites/Particles/RedCoinSparkle.png"
|
||||
dest_files=["res://.godot/imported/RedCoinSparkle.png-733d8d13e8942c171a0467d59781d229.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
|
9
Assets/Sprites/Particles/SkidParticles.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"properties": {
|
||||
"amount": 4,
|
||||
"process_material.emission_shape": 1,
|
||||
"material.particles_anim_h_frames": 5,
|
||||
"lifetime": 0.25
|
||||
},
|
||||
"variations": {"default": {"source": "SkidParticles.png"}}
|
||||
}
|
BIN
Assets/Sprites/Particles/SkidParticles.png
Normal file
After Width: | Height: | Size: 182 B |
40
Assets/Sprites/Particles/SkidParticles.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bqra7e5xsdg5r"
|
||||
path="res://.godot/imported/SkidParticles.png-4f132f13853c04702406f07a4c9c4263.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Assets/Sprites/Particles/SkidParticles.png"
|
||||
dest_files=["res://.godot/imported/SkidParticles.png-4f132f13853c04702406f07a4c9c4263.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
|
@@ -36,6 +36,6 @@
|
||||
|
||||
"can_air_turn": false,
|
||||
},
|
||||
"small_hitbox_scale": [1.0, 1.0],
|
||||
"small_hitbox_scale": [1, 1],
|
||||
"big_hitbox_scale": [1.0, 1.0]
|
||||
}
|
||||
|
@@ -3,14 +3,24 @@
|
||||
"SMB1": {
|
||||
"default": {
|
||||
"source": "CastleFlag.png",
|
||||
"rect": [0, 0, 16, 16]
|
||||
"rect": [
|
||||
0.0,
|
||||
0.0,
|
||||
16.0,
|
||||
16.0
|
||||
]
|
||||
}
|
||||
},
|
||||
"SMBANN": {
|
||||
"default": {
|
||||
"source": "CastleFlag.png",
|
||||
"rect": [16, 0, 16, 16]
|
||||
"rect": [
|
||||
16.0,
|
||||
0.0,
|
||||
16.0,
|
||||
16.0
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -1,8 +1,12 @@
|
||||
{
|
||||
"variations": {
|
||||
"default": {
|
||||
"Day": {"source": "Liquids.png"},
|
||||
"Night": {"source": "NightLiquids.png"}
|
||||
"Day": {
|
||||
"source": "Liquids.png"
|
||||
},
|
||||
"Night": {
|
||||
"source": "NightLiquids.png"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 8.6 KiB |
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 9.7 KiB |
Before Width: | Height: | Size: 9.6 KiB After Width: | Height: | Size: 9.7 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 8.2 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 7.2 KiB |
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 8.3 KiB |
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 8.7 KiB |
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 8.3 KiB |
Before Width: | Height: | Size: 7.0 KiB After Width: | Height: | Size: 8.4 KiB |
Before Width: | Height: | Size: 7.3 KiB After Width: | Height: | Size: 9.8 KiB |
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 8.4 KiB |
Before Width: | Height: | Size: 8.8 KiB After Width: | Height: | Size: 8.8 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 9.1 KiB |
Before Width: | Height: | Size: 9.0 KiB After Width: | Height: | Size: 9.0 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 8.9 KiB |
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 9.4 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 7.8 KiB |
Before Width: | Height: | Size: 8.7 KiB After Width: | Height: | Size: 8.7 KiB |
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 9.2 KiB |
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 9.6 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 6.5 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 9.8 KiB After Width: | Height: | Size: 9.8 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 8.7 KiB After Width: | Height: | Size: 8.7 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 7.9 KiB After Width: | Height: | Size: 7.9 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
@@ -177,9 +177,7 @@
|
||||
"SMBS": {
|
||||
"source": "CastleWaterSP.png"
|
||||
},
|
||||
"SMBANN": {
|
||||
"source": "CastleWaterANN.png"
|
||||
}
|
||||
"SMBANN": {"link": "SMBLL"}
|
||||
},
|
||||
"Airship": {
|
||||
"SMB1": {
|
||||
@@ -198,4 +196,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 7.0 KiB After Width: | Height: | Size: 7.0 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 8.3 KiB After Width: | Height: | Size: 8.2 KiB |
Before Width: | Height: | Size: 9.0 KiB After Width: | Height: | Size: 9.1 KiB |
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 9.5 KiB |
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 8.2 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
@@ -494,5 +494,9 @@
|
||||
"B7": [
|
||||
"res://Scenes/Prefabs/LevelObjects/MoonGravityObj.tscn",
|
||||
"0,0"
|
||||
],
|
||||
"B8": [
|
||||
"res://Scenes/Prefabs/Entities/Enemies/Sigebou.tscn",
|
||||
"0,8"
|
||||
]
|
||||
}
|
||||
|
@@ -18,6 +18,7 @@ A Remake / Celebration of the original 'Super Mario Bros.' games. Features new l
|
||||
- Custom Characters - Add in your own characters to use in game.
|
||||
- Fully Open Source!
|
||||
- Level Share Square Partnered
|
||||
- Portable mode by creating `portable.txt` in the executable directory
|
||||
|
||||
## Downloading
|
||||
|
||||
|
@@ -128,6 +128,7 @@ SETTINGS_DATA,,Data,Données,,,Datos,Dati,,,Daten,Verİler,Data,Dados,データ
|
||||
SETTINGS_RESOURCE_PACK,,Resource Packs,Packs de Ressources,Paczki Zasobów,tekctУp-пakи,Paquetes de recursos,Pacchetti di risorse,RESOURCE PACKS,Resource Packs,Ressourcenpakete,Kaynak Paketlerİ,Paket Resource,Pacotes de Recurso,リソースパック
|
||||
SETTING_ON,"might change to just be true or false, instead. idk",On,On,Wł.,bkл.,Activado,On,ON,On,An,Açık,Aktif,Ligado,オン
|
||||
SETTING_OFF,,Off,Off,Wył.,bыkл.,Desactivado,Off,OFF,Off,Aus,Kapalı,Mati,Desligado,オフ
|
||||
SETTING_MUFFLED,,Muffled,,,,,,,,,,,,
|
||||
VIDEO_MODE,"windowed, fullscreen, etc",Mode,Mode,Tryb,peжиm,Modo,Modalità video,MODE,Mode,Fenstermodus,Pencere Modu,Mode,Modo,ウィンドウモード
|
||||
VIDEO_SIZE,"aspect ratio (4:3, widescreen)",Size,Taille,Wielkość,paзmep,Tamaño,Formato schermo,SIZE,Sukat ng Screen,Seitenverhältnis,En Boy Oranı,Ukuran,Proporção,かいぞうど
|
||||
VIDEO_RENDER,,Rendering,Rendu,Renderowanie,pehдepиhг,Renderizardo,Rendering,RENDERING,,,Görselleştİrme,Rendering,Renderização,レンダリング
|
||||
@@ -151,6 +152,7 @@ AUDIO_MUSIC,,Music,Musique,Muzyka,mУзыka,Música,Musica,MUSIC,Musik
|
||||
AUDIO_SFX,,SFX,Effets Sonores,Efekty Dźwiękowe,Эффektы,SFX,SFX,SFX,SFX,Soundeffekte,Ses Efektlerİ,Efek Suara,Efeitos Sonoros,SFX
|
||||
AUDIO_EXTRA_BGM,"Setting to enable or disable extra music tracks in game (bonus theme, athletic theme, bowser theme)",Extra BGM,Musiques En Plus,Muzyka Atletyczna,Эkctpa BGM,Música de fondo adicional,BGM extra,EXTRA BGM,Extrang Musika,Extramusik,Ekstra Müzİk,BGM Ekstra,BGM Extra,ついかBGM
|
||||
AUDIO_EXTRA_SFX,Adds in some other optional sfxs from SMBDX and the modern games,Extra SFX,Effets Sonores En Plus,Dodatkowe Efekty Dźwiękowe,Эkctpa SFX,Efectos de sonido adicionales,SFX extra,EXTRA SFX,Extrang SFX,Extra-Soundeffekte,Ekstra Ses Efektlerİ,SFX Ekstra,SFX Extra,ついかSFX
|
||||
AUDIO_PAUSE_BGM,,Pause Menu BGM,,,,,,,,,,,,
|
||||
AUDIO_MENU_BGM,You win.,Menu BGM,Musique Menu,Muzyka Menu,BGM mehю,Música de fondo del menú,BGM del menu,MENU BGM,Musika sa Menu,Menümusik,Menü Müzİk,Menu BGM,BGM do Menu,メニューBGM
|
||||
AUDIO_SKID_SFX,Enables the skidding sfx from Lost Levels,Skid SFX,Bruit Dérapage,Dźwięki Hamowania,ЗbУk ckoльжehия,Effectos de derrape,Skid SFX,SKID SFX,SFX ng skid,Rutsch-Soundeffekt,Kayma Ses Efektİ,Efek Suara Selip,SFX de Derrapagem,スキールおん
|
||||
VISUALS_PARALLAX,Sets the amount of parallax used in BG's,Parallax,Parallaxe,Paralaks,Пapaллakc,Paralaje,Effetto parallasse,PARALLAX,Naka-parallax,Parallaxeneffekt,Paralaks,Paralaks,Parallax,ラスター
|
||||
@@ -428,6 +430,7 @@ ENEMY_MOLE,,Monty Mole,Taupi Taupe,Kret Monty,kpot mohtи,,,MONTY M
|
||||
ENEMY_BOBOMB,,Bob-Omb,Bob-Omb,Bob-Omb,Бoб-omб,,,BOB-OMB,Bob-Omba,Bob-Omb,,Bob-Omb,Bob-Omba,ボブ
|
||||
ENEMY_SIDESTEPPER,,Sidestepper,Zarbipas,Pełzacz,Бokoxoд,,,SIDESTEPPER,Pikonikrab,Krabbe,Yengeç,Sidestepper,Caranguejo-Lateral,カニキチ
|
||||
ENEMY_FIGHTERFLY,,Fighter Fly,Mouchak,Świetlik,Бoйцobaя mУxa,,,FIGHTER FLY,Langao,Fliege,Savaşçı Sinek,Fighter Fly,Mosca-Lutadora,ハエまる
|
||||
ENEMY_SIGEBOU,,Sigebou,Boule de feu,Sigebou,,El brasas,Fiammella,SIGEBOU,,Feuerball,,Sigebou,Bola de fogo,ドラムカンファイア
|
||||
ENEMY_LIT_BOBOMB,Bob ombs that are already LIT that can chase the player and will explode after a bit,Lit Bob-Omb,Bob-Omb allumé,Podpalony Bob-Omb,aktиbиpobahhый бoб-omб,,,LIT BOB-OMB,Nakasinding Bob-Omba,Gezündeter Bob-Omb,Yanan Bob-Omb,Menyala Bob-Omb,Bob-Omba Acesa,ボブ(てんか)
|
||||
ENEMY_WRENCH,,Rocky Wrench,Torti-Taupe,Rocky Wrench,pokи-kлюч,,,ROCKY WRENCH,,Rocky Schraubschlüssel,,Rocky Wrench,Rochave-Inglesa,プー
|
||||
ENEMY_BARREL,,Barrel,Tonneau,Beczka,Бoчka,,,BARREL,Bariles,Fass,Varİl,Barel,Barril,タル
|
||||
|
|