Skip to content

Commit e007eff

Browse files
committed
Changed Folder Name
1 parent d30f2be commit e007eff

25 files changed

+40
-40
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[gd_scene load_steps=13 format=2]
22

3-
[ext_resource path="res://combat_system/units/Enemy.tscn" type="PackedScene" id=1]
4-
[ext_resource path="res://combat_system/units/Alice.tscn" type="PackedScene" id=2]
5-
[ext_resource path="res://combat_system/interfaces/commands/fight.svg" type="Texture" id=3]
6-
[ext_resource path="res://combat_system/interfaces/commands/flee.svg" type="Texture" id=4]
7-
[ext_resource path="res://combat_system/combat_system.gd" type="Script" id=5]
3+
[ext_resource path="res://battle_system/units/Enemy.tscn" type="PackedScene" id=1]
4+
[ext_resource path="res://battle_system/units/Alice.tscn" type="PackedScene" id=2]
5+
[ext_resource path="res://battle_system/interfaces/commands/fight.svg" type="Texture" id=3]
6+
[ext_resource path="res://battle_system/interfaces/commands/flee.svg" type="Texture" id=4]
7+
[ext_resource path="res://battle_system/combat_system.gd" type="Script" id=5]
88
[ext_resource path="res://theme/fonts/noto_sans_ui/NotoSansUI-Regular.ttf" type="DynamicFontData" id=6]
9-
[ext_resource path="res://combat_system/interfaces/commands/cmd_btn.gd" type="Script" id=7]
10-
[ext_resource path="res://combat_system/background.svg" type="Texture" id=8]
9+
[ext_resource path="res://battle_system/interfaces/commands/cmd_btn.gd" type="Script" id=7]
10+
[ext_resource path="res://battle_system/background.svg" type="Texture" id=8]
1111

1212
[sub_resource type="StyleBoxEmpty" id=1]
1313

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
importer="texture"
44
type="StreamTexture"
5-
path="res://.import/background.svg-be83fd05d7a04f54723b97be0c5b2462.stex"
5+
path="res://.import/background.svg-25b64526e77dd2a88461c3c2ff9d54e1.stex"
66
metadata={
77
"vram_texture": false
88
}
99

1010
[deps]
1111

12-
source_file="res://combat_system/background.svg"
13-
dest_files=[ "res://.import/background.svg-be83fd05d7a04f54723b97be0c5b2462.stex" ]
12+
source_file="res://battle_system/background.svg"
13+
dest_files=[ "res://.import/background.svg-25b64526e77dd2a88461c3c2ff9d54e1.stex" ]
1414

1515
[params]
1616

File renamed without changes.
File renamed without changes.
File renamed without changes.

combat_system/interfaces/commands/fight.svg.import renamed to battle_system/interfaces/commands/fight.svg.import

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
importer="texture"
44
type="StreamTexture"
5-
path="res://.import/fight.svg-dca4849fb5d24eac219d31fa1048a7b4.stex"
5+
path="res://.import/fight.svg-28fbdc5dd560a0829cce964f037ac64c.stex"
66
metadata={
77
"vram_texture": false
88
}
99

1010
[deps]
1111

12-
source_file="res://combat_system/interfaces/commands/fight.svg"
13-
dest_files=[ "res://.import/fight.svg-dca4849fb5d24eac219d31fa1048a7b4.stex" ]
12+
source_file="res://battle_system/interfaces/commands/fight.svg"
13+
dest_files=[ "res://.import/fight.svg-28fbdc5dd560a0829cce964f037ac64c.stex" ]
1414

1515
[params]
1616

File renamed without changes.

combat_system/interfaces/commands/flee.svg.import renamed to battle_system/interfaces/commands/flee.svg.import

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
importer="texture"
44
type="StreamTexture"
5-
path="res://.import/flee.svg-fa5164993d6516506ea36007c81ccbd7.stex"
5+
path="res://.import/flee.svg-e5fafd0b76bb9cd80e7fc9317cb4f7de.stex"
66
metadata={
77
"vram_texture": false
88
}
99

1010
[deps]
1111

12-
source_file="res://combat_system/interfaces/commands/flee.svg"
13-
dest_files=[ "res://.import/flee.svg-fa5164993d6516506ea36007c81ccbd7.stex" ]
12+
source_file="res://battle_system/interfaces/commands/flee.svg"
13+
dest_files=[ "res://.import/flee.svg-e5fafd0b76bb9cd80e7fc9317cb4f7de.stex" ]
1414

1515
[params]
1616

0 commit comments

Comments
 (0)