Added Map; Added Spawners; Changed Decorations; Cleaned up Code and some Settings; Added Enemy
This commit is contained in:
parent
e82438139f
commit
e18beb6c4c
160 changed files with 4674 additions and 182 deletions
|
|
@ -1,30 +1,45 @@
|
|||
[gd_scene load_steps=6 format=3 uid="uid://0duodsosmfpq"]
|
||||
[gd_scene load_steps=17 format=3 uid="uid://0duodsosmfpq"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://b18cf4i8v6a1" path="res://scenes/game/entities/entity.tscn" id="1_kmfws"]
|
||||
[ext_resource type="Script" path="res://scenes/game/entities/player/player.gd" id="2_s0pfn"]
|
||||
[ext_resource type="SpriteFrames" uid="uid://dv18sf3aj0n1h" path="res://scenes/game/entities/player/player.tres" id="3_mlsai"]
|
||||
[ext_resource type="Texture2D" uid="uid://drjv0kpcfubr0" path="res://Assets/Icons/Dollar.png" id="4_6t857"]
|
||||
[ext_resource type="Theme" uid="uid://brft526ygjv2u" path="res://Theme/Hud.tres" id="4_pkh7x"]
|
||||
[ext_resource type="Script" path="res://scenes/game/entities/player/camera.gd" id="4_pm6vd"]
|
||||
[ext_resource type="Texture2D" uid="uid://doeb4tgupsuhn" path="res://Assets/LightRadius.png" id="4_rgjff"]
|
||||
[ext_resource type="PackedScene" uid="uid://c2lwkqoigo128" path="res://scenes/game/Hitbox/hit_box.tscn" id="5_al0qa"]
|
||||
[ext_resource type="Texture2D" uid="uid://b27g8eulkxvyr" path="res://Assets/Icons/Health.png" id="6_4smqb"]
|
||||
[ext_resource type="StyleBox" uid="uid://cicm0nqh0g7fd" path="res://Theme/RollBar.tres" id="7_0w6mh"]
|
||||
[ext_resource type="StyleBox" uid="uid://31r7sc1edews" path="res://Theme/Empty.tres" id="7_luccy"]
|
||||
[ext_resource type="StyleBox" uid="uid://6x7dblrcglcl" path="res://Theme/HealthBar.tres" id="8_kgbvc"]
|
||||
[ext_resource type="Texture2D" uid="uid://c2o4115sewunm" path="res://Assets/Icons/Roll.png" id="10_1rhoe"]
|
||||
|
||||
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_ihc0q"]
|
||||
radius = 4.0
|
||||
height = 16.0
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_7ukjs"]
|
||||
radius = 8.94427
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_8u3aq"]
|
||||
radius = 8.94427
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_bjveg"]
|
||||
radius = 8.94427
|
||||
|
||||
[node name="Player" groups=["Player"] instance=ExtResource("1_kmfws")]
|
||||
light_mask = 1536
|
||||
visibility_layer = 1536
|
||||
collision_layer = 1536
|
||||
script = ExtResource("2_s0pfn")
|
||||
|
||||
[node name="CollisionShape2D" parent="." index="0"]
|
||||
position = Vector2(0, 8)
|
||||
position = Vector2(0, 4)
|
||||
rotation = 1.57079
|
||||
shape = SubResource("CapsuleShape2D_ihc0q")
|
||||
shape = SubResource("CircleShape2D_7ukjs")
|
||||
|
||||
[node name="AnimatedSprite2D" parent="." index="1"]
|
||||
visibility_layer = 4
|
||||
light_mask = 1024
|
||||
visibility_layer = 1024
|
||||
scale = Vector2(1.5, 1.5)
|
||||
sprite_frames = ExtResource("3_mlsai")
|
||||
animation = &"IDLE"
|
||||
frame_progress = 0.904526
|
||||
animation = &"DOWN"
|
||||
metadata/_aseprite_wizard_config_ = {
|
||||
"layer": "",
|
||||
"o_ex_p": "",
|
||||
|
|
@ -43,6 +58,8 @@ metadata/_aseprite_wizard_interface_config_ = {
|
|||
zoom = Vector2(4, 4)
|
||||
limit_smoothed = true
|
||||
position_smoothing_enabled = true
|
||||
drag_horizontal_enabled = true
|
||||
script = ExtResource("4_pm6vd")
|
||||
|
||||
[node name="CanvasLayer" type="CanvasLayer" parent="Camera2D" index="0"]
|
||||
|
||||
|
|
@ -55,54 +72,134 @@ grow_horizontal = 2
|
|||
grow_vertical = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
theme = ExtResource("4_pkh7x")
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="Camera2D/CanvasLayer/Control" index="0"]
|
||||
layout_mode = 0
|
||||
offset_right = 40.0
|
||||
offset_bottom = 40.0
|
||||
|
||||
[node name="MoneyLabel" type="Label" parent="Camera2D/CanvasLayer/Control/HBoxContainer" index="0"]
|
||||
[node name="TextureRect" type="TextureRect" parent="Camera2D/CanvasLayer/Control/HBoxContainer" index="0"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("4_6t857")
|
||||
|
||||
[node name="MoneyLabel" type="Label" parent="Camera2D/CanvasLayer/Control/HBoxContainer" index="1"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
text = "MONEY"
|
||||
|
||||
[node name="MoneyValue" type="Label" parent="Camera2D/CanvasLayer/Control/HBoxContainer" index="1"]
|
||||
[node name="MoneyValue" type="Label" parent="Camera2D/CanvasLayer/Control/HBoxContainer" index="2"]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="Camera2D/CanvasLayer/Control" index="1"]
|
||||
modulate = Color(1, 1, 1, 0.901961)
|
||||
layout_mode = 1
|
||||
anchors_preset = 2
|
||||
anchor_top = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_left = 16.0
|
||||
offset_top = -63.9999
|
||||
offset_right = 312.0
|
||||
offset_bottom = -29.0
|
||||
offset_top = -120.0
|
||||
offset_right = 517.0
|
||||
offset_bottom = -49.0
|
||||
grow_vertical = 0
|
||||
scale = Vector2(1.5, 1.5)
|
||||
size_flags_horizontal = 3
|
||||
alignment = 1
|
||||
|
||||
[node name="RollCooldownBar" type="ProgressBar" parent="Camera2D/CanvasLayer/Control/VBoxContainer" index="0"]
|
||||
[node name="HBoxContainer2" type="HBoxContainer" parent="Camera2D/CanvasLayer/Control/VBoxContainer" index="0"]
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 3
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="Camera2D/CanvasLayer/Control/VBoxContainer/HBoxContainer2" index="0"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("10_1rhoe")
|
||||
expand_mode = 2
|
||||
|
||||
[node name="RollCooldownBar" type="ProgressBar" parent="Camera2D/CanvasLayer/Control/VBoxContainer/HBoxContainer2" index="1"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 1
|
||||
theme_override_font_sizes/font_size = 16
|
||||
theme_override_styles/background = ExtResource("7_0w6mh")
|
||||
theme_override_styles/fill = ExtResource("7_luccy")
|
||||
fill_mode = 1
|
||||
show_percentage = false
|
||||
|
||||
[node name="HealthBar" type="ProgressBar" parent="Camera2D/CanvasLayer/Control/VBoxContainer" index="1"]
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="Camera2D/CanvasLayer/Control/VBoxContainer" index="1"]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="Camera2D/CanvasLayer/Control/VBoxContainer/HBoxContainer" index="0"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("6_4smqb")
|
||||
expand_mode = 2
|
||||
|
||||
[node name="HealthBar" type="ProgressBar" parent="Camera2D/CanvasLayer/Control/VBoxContainer/HBoxContainer" index="1"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
theme_override_font_sizes/font_size = 16
|
||||
theme_override_styles/background = ExtResource("7_luccy")
|
||||
theme_override_styles/fill = ExtResource("8_kgbvc")
|
||||
rounded = true
|
||||
|
||||
[node name="ObjectValues" type="HBoxContainer" parent="Camera2D/CanvasLayer/Control" index="2"]
|
||||
layout_mode = 1
|
||||
anchors_preset = 3
|
||||
anchor_left = 1.0
|
||||
anchor_top = 1.0
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_left = -288.0
|
||||
offset_top = -112.0
|
||||
offset_right = -22.0
|
||||
offset_bottom = -12.0
|
||||
grow_horizontal = 0
|
||||
grow_vertical = 0
|
||||
alignment = 2
|
||||
|
||||
[node name="MoneyLabel" type="Label" parent="Camera2D/CanvasLayer/Control/ObjectValues" index="0"]
|
||||
layout_mode = 2
|
||||
text = "+"
|
||||
|
||||
[node name="ObjectMoneyValue" type="Label" parent="Camera2D/CanvasLayer/Control/ObjectValues" index="1"]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="Camera2D/CanvasLayer/Control/ObjectValues" index="2"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("4_6t857")
|
||||
|
||||
[node name="RollTimer" type="Timer" parent="." index="3"]
|
||||
one_shot = true
|
||||
|
||||
[node name="RollCooldownTimer" type="Timer" parent="." index="4"]
|
||||
one_shot = true
|
||||
|
||||
[node name="PickupArea" type="Area2D" parent="." index="5" groups=["Player"]]
|
||||
collision_layer = 8
|
||||
collision_mask = 4
|
||||
[node name="InteractionArea" type="Area2D" parent="." index="5" groups=["Player"]]
|
||||
collision_layer = 64
|
||||
collision_mask = 24
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="PickupArea" index="0"]
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="InteractionArea" index="0"]
|
||||
position = Vector2(0, 4)
|
||||
shape = SubResource("CircleShape2D_8u3aq")
|
||||
|
||||
[node name="PointLight2D" type="PointLight2D" parent="." index="6"]
|
||||
position = Vector2(0, 4)
|
||||
color = Color(0.74978, 0.74978, 0.74978, 1)
|
||||
energy = 0.5
|
||||
range_item_cull_mask = 3647
|
||||
shadow_enabled = true
|
||||
shadow_item_cull_mask = 10
|
||||
texture = ExtResource("4_rgjff")
|
||||
texture_scale = 2.0
|
||||
|
||||
[node name="HitBox" parent="." index="7" instance=ExtResource("5_al0qa")]
|
||||
|
||||
[node name="CollisionShape2D" parent="HitBox" index="0"]
|
||||
position = Vector2(0, 4)
|
||||
shape = SubResource("CircleShape2D_bjveg")
|
||||
|
||||
[connection signal="death" from="." to="." method="_on_death"]
|
||||
[connection signal="timeout" from="RollTimer" to="." method="_on_roll_timeout"]
|
||||
[connection signal="timeout" from="RollCooldownTimer" to="." method="_on_roll_cooldown_timer_timeout"]
|
||||
[connection signal="signalHit" from="HitBox" to="." method="_on_hit_box_signal_hit"]
|
||||
|
||||
[editable path="HitBox"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue