mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-12-06 03:30:22 -08:00
Add Sigebou to the editor (#468)
* Add Sigebou to the editor * Add translations for Sigebou
This commit is contained in:
parent
09c4b3c31b
commit
b397ff4f6b
16 changed files with 17 additions and 1 deletions
|
|
@ -428,6 +428,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,タル
|
||||
|
|
|
|||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=295 format=3 uid="uid://gbcmqonky63j"]
|
||||
[gd_scene load_steps=297 format=3 uid="uid://gbcmqonky63j"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://c2lnc7vnq3xth" path="res://Scripts/Classes/Editor/LevelEditor.gd" id="1_0qbyu"]
|
||||
[ext_resource type="PackedScene" uid="uid://bksxgpygrdjl7" path="res://Scenes/Prefabs/LevelBG.tscn" id="1_ujeu4"]
|
||||
|
|
@ -135,9 +135,11 @@
|
|||
[ext_resource type="PackedScene" uid="uid://cassl51oehlb6" path="res://Scenes/Prefabs/LevelObjects/CheckpointFlag.tscn" id="89_e20nl"]
|
||||
[ext_resource type="PackedScene" uid="uid://q3aaukgw01nw" path="res://Scenes/Prefabs/Blocks/PSwitchBlock.tscn" id="89_f34j3"]
|
||||
[ext_resource type="PackedScene" uid="uid://bv38ynjkpisyk" path="res://Scenes/Prefabs/Blocks/DonutBlock.tscn" id="89_ov686"]
|
||||
[ext_resource type="JSON" path="res://Assets/Sprites/Enemies/Sigebou.json" id="89_y4bqs"]
|
||||
[ext_resource type="JSON" path="res://Assets/Sprites/Blocks/MusicNoteBlock.json" id="90_0msv8"]
|
||||
[ext_resource type="PackedScene" uid="uid://c3m38c2skawpj" path="res://Scenes/Prefabs/Entities/Enemies/RockyWrench.tscn" id="90_7a43i"]
|
||||
[ext_resource type="JSON" path="res://Assets/Sprites/Enemies/RockyWrench.json" id="90_606p5"]
|
||||
[ext_resource type="PackedScene" uid="uid://b526l00ycqca3" path="res://Scenes/Prefabs/Entities/Enemies/Sigebou.tscn" id="90_kxvns"]
|
||||
[ext_resource type="JSON" path="res://Assets/Sprites/Blocks/NoteBlock.json" id="90_lw341"]
|
||||
[ext_resource type="PackedScene" uid="uid://bxvcax2wc48xh" path="res://Scenes/Prefabs/Blocks/NoteBlock.tscn" id="91_0msv8"]
|
||||
[ext_resource type="JSON" path="res://Assets/Sprites/Items/PSwitch.json" id="92_5n4dw"]
|
||||
|
|
@ -3224,6 +3226,18 @@ metadata/cannon_ammo = false
|
|||
metadata/can_lakitu_throw = false
|
||||
metadata/can_pipe_gen = false
|
||||
|
||||
[node name="Sigebou" parent="TileMenu/MarginContainer/VBoxContainer/PanelContainer/TILES/ScrollContainer/VBoxContainer/Enemies/MarginContainer/GridContainer" groups=["Selectors"] instance=ExtResource("8_wkmjk")]
|
||||
layout_mode = 2
|
||||
tile_name = "ENEMY_SIGEBOU"
|
||||
type = 1
|
||||
icon_texture = ExtResource("89_y4bqs")
|
||||
icon_region_override = Rect2(0, 0, 16, 16)
|
||||
entity_scene = ExtResource("90_kxvns")
|
||||
metadata/can_be_stored = true
|
||||
metadata/cannon_ammo = false
|
||||
metadata/can_lakitu_throw = false
|
||||
metadata/can_pipe_gen = false
|
||||
|
||||
[node name="Barrel" parent="TileMenu/MarginContainer/VBoxContainer/PanelContainer/TILES/ScrollContainer/VBoxContainer/Enemies/MarginContainer/GridContainer" groups=["Selectors"] instance=ExtResource("8_wkmjk")]
|
||||
layout_mode = 2
|
||||
tile_name = "ENEMY_BARREL"
|
||||
|
|
@ -5307,6 +5321,7 @@ metadata/_custom_type_script = "uid://dt2p68xl462v2"
|
|||
[connection signal="tile_selected" from="TileMenu/MarginContainer/VBoxContainer/PanelContainer/TILES/ScrollContainer/VBoxContainer/Enemies/MarginContainer/GridContainer/BobOmbs/LitBobOmb" to="." method="on_tile_selected"]
|
||||
[connection signal="tile_selected" from="TileMenu/MarginContainer/VBoxContainer/PanelContainer/TILES/ScrollContainer/VBoxContainer/Enemies/MarginContainer/GridContainer/SideStepper" to="." method="on_tile_selected"]
|
||||
[connection signal="tile_selected" from="TileMenu/MarginContainer/VBoxContainer/PanelContainer/TILES/ScrollContainer/VBoxContainer/Enemies/MarginContainer/GridContainer/FighterFly" to="." method="on_tile_selected"]
|
||||
[connection signal="tile_selected" from="TileMenu/MarginContainer/VBoxContainer/PanelContainer/TILES/ScrollContainer/VBoxContainer/Enemies/MarginContainer/GridContainer/Sigebou" to="." method="on_tile_selected"]
|
||||
[connection signal="tile_selected" from="TileMenu/MarginContainer/VBoxContainer/PanelContainer/TILES/ScrollContainer/VBoxContainer/Enemies/MarginContainer/GridContainer/Barrel" to="." method="on_tile_selected"]
|
||||
[connection signal="tile_selected" from="TileMenu/MarginContainer/VBoxContainer/PanelContainer/TILES/ScrollContainer/VBoxContainer/Enemies/MarginContainer/GridContainer/RockyWrench" to="." method="on_tile_selected"]
|
||||
[connection signal="tile_selected" from="TileMenu/MarginContainer/VBoxContainer/PanelContainer/TILES/ScrollContainer/VBoxContainer/Blocks/MarginContainer/GridContainer/QuestionBlock" to="." method="on_tile_selected"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue