mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-12-05 19:20:19 -08:00
Compare commits
2 commits
f04b20e5b8
...
f9017881e1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f9017881e1 | ||
|
|
d372ff4840 |
2 changed files with 4 additions and 5 deletions
|
|
@ -67,7 +67,7 @@
|
||||||
"Underground": {
|
"Underground": {
|
||||||
"SMB1": {
|
"SMB1": {
|
||||||
"source": "Underground.png",
|
"source": "Underground.png",
|
||||||
"animations": {
|
"animation_overrides": {
|
||||||
"default": {
|
"default": {
|
||||||
"frames": [
|
"frames": [
|
||||||
[
|
[
|
||||||
|
|
@ -90,7 +90,7 @@
|
||||||
},
|
},
|
||||||
"SMBLL": {
|
"SMBLL": {
|
||||||
"source": "UndergroundLL.png",
|
"source": "UndergroundLL.png",
|
||||||
"animations": {
|
"animation_overrides": {
|
||||||
"default": {
|
"default": {
|
||||||
"frames": [
|
"frames": [
|
||||||
[
|
[
|
||||||
|
|
@ -334,4 +334,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -130,8 +130,7 @@ func fireball_hit() -> void:
|
||||||
func play_music() -> void:
|
func play_music() -> void:
|
||||||
for i: EntityGenerator in get_tree().get_nodes_in_group("EntityGenerators"):
|
for i: EntityGenerator in get_tree().get_nodes_in_group("EntityGenerators"):
|
||||||
if i.entity_scene != null:
|
if i.entity_scene != null:
|
||||||
if i.entity_scene.resource_path == "res://Scenes/
|
if i.entity_scene.resource_path == "res://Scenes/Prefabs/Entities/Enemies/BowserFlame.tscn":
|
||||||
Prefabs/Entities/Enemies/BowserFlame.tscn":
|
|
||||||
i.queue_free()
|
i.queue_free()
|
||||||
if Settings.file.audio.extra_bgm == 0: return
|
if Settings.file.audio.extra_bgm == 0: return
|
||||||
if Global.level_editor != null:
|
if Global.level_editor != null:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue