Newer
Older
DungeonShooting / DungeonShooting_Godot / resource / map / tileMaps / testGroup / battle / Room7.tscn
[gd_scene load_steps=5 format=3 uid="uid://bgygwfm4wwuyo"]

[ext_resource type="TileSet" uid="uid://b00g22o1cqhe8" path="res://resource/map/tileset/TileSet1.tres" id="1_phigy"]
[ext_resource type="Script" path="res://src/framework/map/mark/WeaponMark.cs" id="3_lq0g0"]
[ext_resource type="Script" path="res://src/framework/map/mark/EnemyMark.cs" id="4_eg4mt"]
[ext_resource type="Script" path="res://src/framework/map/DungeonRoomTemplate.cs" id="dungeonRoomTemplate"]

[node name="Room7" type="TileMap"]
tile_set = ExtResource("1_phigy")
format = 2
layer_0/tile_data = PackedInt32Array(196617, 0, 8, 131081, 0, 8, 65545, 0, 8, 9, 0, 8, -65527, 0, 8, -131063, 0, 8, -196599, 0, 8, 196616, 0, 8, 131080, 0, 8, 65544, 0, 8, 8, 0, 8, -65528, 0, 8, -131064, 0, 8, -196600, 0, 8, 196615, 0, 8, 131079, 0, 8, 65543, 0, 8, 7, 0, 8, -65529, 0, 8, -131065, 0, 8, -196601, 0, 8, 196614, 0, 8, 131078, 0, 8, 65542, 0, 8, 6, 0, 8, -65530, 0, 8, -131066, 0, 8, -196602, 0, 8, 196613, 0, 8, 131077, 0, 8, 65541, 0, 8, 5, 0, 8, -65531, 0, 8, -131067, 0, 8, -196603, 0, 8, 196612, 0, 8, 131076, 0, 8, 65540, 0, 8, 4, 0, 8, -65532, 0, 8, -131068, 0, 8, -196604, 0, 8, 196611, 0, 8, 131075, 0, 8, 65539, 0, 8, 3, 0, 8, -65533, 0, 8, -131069, 0, 8, -196605, 0, 8, 196610, 0, 8, 131074, 0, 8, 65538, 0, 8, 2, 0, 8, -65534, 0, 8, -131070, 0, 8, -196606, 0, 8, 196609, 0, 8, 131073, 0, 8, 65537, 0, 8, 1, 0, 8, -65535, 0, 8, -131071, 0, 8, -196607, 0, 8, 196608, 0, 8, 131072, 0, 8, 65536, 0, 8, 0, 0, 8, -65536, 0, 8, -131072, 0, 8, -196608, 0, 8, 262143, 0, 8, 196607, 0, 8, 131071, 0, 8, 65535, 0, 8, -1, 0, 8, -65537, 0, 8, -131073, 0, 8, 262142, 0, 8, 196606, 0, 8, 131070, 0, 8, 65534, 0, 8, -2, 0, 8, -65538, 0, 8, -131074, 0, 8, -65539, 196608, 3, -131075, 196608, 3, -196611, 196608, 4, -196610, 131072, 7, -196609, 131072, 7, -3, 196608, 3, 65533, 196608, 3, 131069, 196608, 3, 196605, 196608, 3, 262141, 196608, 3, 327679, 131072, 2, 327678, 131072, 2, 327677, 720896, 2, -262144, 131072, 7, 262144, 131072, 2, -262143, 131072, 7, 262145, 131072, 2, -262142, 131072, 7, 262146, 131072, 2, -262141, 131072, 7, 262147, 131072, 2, -262140, 131072, 7, 262148, 131072, 2, -262139, 131072, 7, 262149, 131072, 2, -262138, 131072, 7, 262150, 131072, 2, -262137, 131072, 7, 262151, 131072, 2, -262136, 131072, 7, 262152, 131072, 2, -262135, 131072, 7, 262153, 131072, 2, -196598, 65536, 3, -131062, 65536, 3, -262134, 65536, 4, -65526, 65536, 3, 10, 65536, 3, 65546, 65536, 3, 131082, 65536, 3, 196618, 65536, 3, 262154, 851968, 2)
script = ExtResource("dungeonRoomTemplate")

[node name="WeaponMark" type="Node2D" parent="."]
position = Vector2(66, 11)
script = ExtResource("3_lq0g0")
CurrAmmon = 1
ResidueAmmo = 45
Type = 4
ItemId = "0001"
BirthRect = Vector2i(120, 80)
Altitude = 8

[node name="EnemyMark" type="Node2D" parent="."]
position = Vector2(-1, 9)
script = ExtResource("4_eg4mt")
Type = 3
ItemId = "0001"
Layer = 1
WaveNumber = 2
BirthRect = Vector2i(30, 80)

[node name="EnemyMark2" type="Node2D" parent="."]
position = Vector2(83, -15)
script = ExtResource("4_eg4mt")
Type = 3
ItemId = "0001"
Layer = 1
WaveNumber = 2
DelayTime = 1.5
BirthRect = Vector2i(120, 40)

[node name="EnemyMark3" type="Node2D" parent="."]
position = Vector2(86, 27)
script = ExtResource("4_eg4mt")
Type = 3
ItemId = "0001"
Layer = 1
WaveNumber = 3
BirthRect = Vector2i(100, 60)