mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-26 17:30:54 +00:00
added the game
This commit is contained in:
9
Scenes/Parts/StartCastle.tscn
Executable file
9
Scenes/Parts/StartCastle.tscn
Executable file
@@ -0,0 +1,9 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://githt8ci1xal"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://qn4g0qkjcuiy" path="res://Scenes/Parts/SmallCastleVisual.tscn" id="1_ntu57"]
|
||||
|
||||
[node name="StartCastle" type="Node2D"]
|
||||
self_modulate = Color(0.449099, 0.449099, 0.449099, 1)
|
||||
z_index = -10
|
||||
|
||||
[node name="SmallCastleVisual" parent="." instance=ExtResource("1_ntu57")]
|
||||
Reference in New Issue
Block a user