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": {
|
||||
"SMB1": {
|
||||
"source": "Underground.png",
|
||||
"animations": {
|
||||
"animation_overrides": {
|
||||
"default": {
|
||||
"frames": [
|
||||
[
|
||||
|
|
@ -90,7 +90,7 @@
|
|||
},
|
||||
"SMBLL": {
|
||||
"source": "UndergroundLL.png",
|
||||
"animations": {
|
||||
"animation_overrides": {
|
||||
"default": {
|
||||
"frames": [
|
||||
[
|
||||
|
|
@ -334,4 +334,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -130,8 +130,7 @@ func fireball_hit() -> void:
|
|||
func play_music() -> void:
|
||||
for i: EntityGenerator in get_tree().get_nodes_in_group("EntityGenerators"):
|
||||
if i.entity_scene != null:
|
||||
if i.entity_scene.resource_path == "res://Scenes/
|
||||
Prefabs/Entities/Enemies/BowserFlame.tscn":
|
||||
if i.entity_scene.resource_path == "res://Scenes/Prefabs/Entities/Enemies/BowserFlame.tscn":
|
||||
i.queue_free()
|
||||
if Settings.file.audio.extra_bgm == 0: return
|
||||
if Global.level_editor != null:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue