Commit 05e0991d authored by Gavin An's avatar Gavin An

작업 중

parent 9d46295f
...@@ -2,12 +2,16 @@ ...@@ -2,12 +2,16 @@
importer="texture" importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://c6u8dh0qlfmv2" uid="uid://4yx68yxnfa2e"
valid=false path="res://.godot/imported/mage_summoner.png-7f577fb8f4592ae1a9fafad51612e605.ctex"
metadata={
"vram_texture": false
}
[deps] [deps]
source_file="res://assets/ui/summoner/spells/spell_smite.png" source_file="res://assets/ui/summoner/portraits/mage_summoner.png"
dest_files=["res://.godot/imported/mage_summoner.png-7f577fb8f4592ae1a9fafad51612e605.ctex"]
[params] [params]
......
...@@ -2,12 +2,16 @@ ...@@ -2,12 +2,16 @@
importer="texture" importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://nugrj2mmrqng" uid="uid://ckmqyw26ujooq"
valid=false path="res://.godot/imported/warrior_summoner.png-87634a5331bf210ad08a84282b10f895.ctex"
metadata={
"vram_texture": false
}
[deps] [deps]
source_file="res://assets/ui/summoner/portraits/warlock_summoner.png" source_file="res://assets/ui/summoner/portraits/warrior_summoner.png"
dest_files=["res://.godot/imported/warrior_summoner.png-87634a5331bf210ad08a84282b10f895.ctex"]
[params] [params]
......
...@@ -2,12 +2,16 @@ ...@@ -2,12 +2,16 @@
importer="texture" importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://b426g8d4pt5fq" uid="uid://dfktxv2j67acd"
valid=false path="res://.godot/imported/spell_haste.jpg-fe20867ea5d7f00d93f6747c43804fb7.ctex"
metadata={
"vram_texture": false
}
[deps] [deps]
source_file="res://assets/ui/summoner/spells/spell_haste.png" source_file="res://assets/ui/summoner/spells/spell_haste.jpg"
dest_files=["res://.godot/imported/spell_haste.jpg-fe20867ea5d7f00d93f6747c43804fb7.ctex"]
[params] [params]
......
...@@ -2,12 +2,16 @@ ...@@ -2,12 +2,16 @@
importer="texture" importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://bnwwqm2dvwbsc" uid="uid://cirn7km4ilqv3"
valid=false path="res://.godot/imported/spell_smite.jpg-db6f56818b2ef28636da3aaa12005aee.ctex"
metadata={
"vram_texture": false
}
[deps] [deps]
source_file="res://assets/ui/summoner/portraits/default_summoner.png" source_file="res://assets/ui/summoner/spells/spell_smite.jpg"
dest_files=["res://.godot/imported/spell_smite.jpg-db6f56818b2ef28636da3aaa12005aee.ctex"]
[params] [params]
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
[ext_resource type="MeshLibrary" uid="uid://ddc7y16q0whgv" path="res://src/map/tile_mesh_library.tres" id="1_nxx65"] [ext_resource type="MeshLibrary" uid="uid://ddc7y16q0whgv" path="res://src/map/tile_mesh_library.tres" id="1_nxx65"]
[ext_resource type="Script" uid="uid://dd1xgi6hnpuvs" path="res://src/core/rts_camera.gd" id="1_rts_cam"] [ext_resource type="Script" uid="uid://dd1xgi6hnpuvs" path="res://src/core/rts_camera.gd" id="1_rts_cam"]
[ext_resource type="Script" uid="uid://cq7r51whh6po" path="res://src/core/stage_manager.gd" id="2_stage_mgr"] [ext_resource type="Script" uid="uid://cq7r51whh6po" path="res://src/core/stage_manager.gd" id="2_stage_mgr"]
[ext_resource type="PackedScene" uid="uid://dimlohck6ebg7" path="res://src/entities/monsters/noble_man/noble_man_monster.tscn" id="4_nxx65"] [ext_resource type="PackedScene" uid="uid://ygm6ry4fu5x0" path="res://src/entities/monsters/noble_man/noble_man_monster.tscn" id="4_nxx65"]
[ext_resource type="Script" uid="uid://dkplkt6q8e3b5" path="res://src/core/unit_controller.gd" id="4_unit_ctrl"] [ext_resource type="Script" uid="uid://dkplkt6q8e3b5" path="res://src/core/unit_controller.gd" id="4_unit_ctrl"]
[ext_resource type="PackedScene" uid="uid://dfsvswt2g4422" path="res://src/entities/monsters/zombie/zombie_monster.tscn" id="5_2uitn"] [ext_resource type="PackedScene" uid="uid://dfsvswt2g4422" path="res://src/entities/monsters/zombie/zombie_monster.tscn" id="5_2uitn"]
[ext_resource type="PackedScene" uid="uid://bqga1rvcjyydy" path="res://src/ui/hud.tscn" id="5_hud"] [ext_resource type="PackedScene" uid="uid://bqga1rvcjyydy" path="res://src/ui/hud.tscn" id="5_hud"]
......
...@@ -202,7 +202,7 @@ func _show_summoner_selection_screen() -> void: ...@@ -202,7 +202,7 @@ func _show_summoner_selection_screen() -> void:
port_arch.custom_minimum_size = Vector2(150, 150) port_arch.custom_minimum_size = Vector2(150, 150)
port_arch.expand_mode = TextureRect.EXPAND_IGNORE_SIZE port_arch.expand_mode = TextureRect.EXPAND_IGNORE_SIZE
port_arch.stretch_mode = TextureRect.STRETCH_KEEP_ASPECT_COVERED port_arch.stretch_mode = TextureRect.STRETCH_KEEP_ASPECT_COVERED
var arch_path: String = "res://assets/ui/summoner/portraits/default_summoner.png" var arch_path: String = "res://assets/ui/summoner/portraits/mage_summoner.png"
if ResourceLoader.exists(arch_path): if ResourceLoader.exists(arch_path):
port_arch.texture = load(arch_path) as Texture2D port_arch.texture = load(arch_path) as Texture2D
card_arch.add_child(port_arch) card_arch.add_child(port_arch)
...@@ -245,7 +245,7 @@ func _show_summoner_selection_screen() -> void: ...@@ -245,7 +245,7 @@ func _show_summoner_selection_screen() -> void:
port_war.custom_minimum_size = Vector2(150, 150) port_war.custom_minimum_size = Vector2(150, 150)
port_war.expand_mode = TextureRect.EXPAND_IGNORE_SIZE port_war.expand_mode = TextureRect.EXPAND_IGNORE_SIZE
port_war.stretch_mode = TextureRect.STRETCH_KEEP_ASPECT_COVERED port_war.stretch_mode = TextureRect.STRETCH_KEEP_ASPECT_COVERED
var war_path: String = "res://assets/ui/summoner/portraits/warlock_summoner.png" var war_path: String = "res://assets/ui/summoner/portraits/warrior_summoner.png"
if ResourceLoader.exists(war_path): if ResourceLoader.exists(war_path):
port_war.texture = load(war_path) as Texture2D port_war.texture = load(war_path) as Texture2D
card_war.add_child(port_war) card_war.add_child(port_war)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment