relics added

This commit is contained in:
2024-04-09 10:15:32 -05:00
parent 39157dded2
commit 6370bfaad7
43 changed files with 1639 additions and 10 deletions

23
scene/toast_message.tscn Normal file
View File

@@ -0,0 +1,23 @@
[gd_scene format=3 uid="uid://daxxaoh63whov"]
[node name="ToastMessage" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="PanelContainer" type="PanelContainer" parent="."]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -20.0
offset_top = -20.0
offset_right = 20.0
offset_bottom = 20.0
grow_horizontal = 2
grow_vertical = 2

View File

@@ -1,9 +1,10 @@
[gd_scene load_steps=10 format=3 uid="uid://m0us5xqa3gnk"]
[gd_scene load_steps=11 format=3 uid="uid://m0us5xqa3gnk"]
[ext_resource type="Script" path="res://scripts/world.gd" id="1_yf6q1"]
[ext_resource type="Resource" uid="uid://dr00rd4f42jqe" path="res://data/game_resources/gem/gem_resource.tres" id="2_rn4a2"]
[ext_resource type="TileSet" uid="uid://d1sh6dy2w10b0" path="res://data/scifi_tileset.tres" id="2_sa7dm"]
[ext_resource type="Resource" uid="uid://bpjj0x7jr1k6u" path="res://data/game_resources/carbon/carbon_resource.tres" id="3_pq6ic"]
[ext_resource type="Resource" uid="uid://b7ku6pta1ysby" path="res://data/game_resources/relic/relic_resource.tres" id="4_dqw8g"]
[ext_resource type="Texture2D" uid="uid://n806c03hgaq1" path="res://assets/scifi_tilesheet@2.png" id="5_qhth7"]
[ext_resource type="Script" path="res://scripts/gui.gd" id="6_yuatk"]
@@ -21,7 +22,7 @@ region = Rect2(2176, 896, 128, 128)
[node name="world" type="Node2D"]
script = ExtResource("1_yf6q1")
game_resources = Array[Resource("res://scripts/game_resource.gd")]([ExtResource("2_rn4a2"), ExtResource("3_pq6ic")])
game_resources = Array[Resource("res://scripts/game_resource.gd")]([ExtResource("2_rn4a2"), ExtResource("3_pq6ic"), ExtResource("4_dqw8g")])
[node name="world_grid" type="TileMap" parent="."]
tile_set = ExtResource("2_sa7dm")