Compare commits

..

No commits in common. "c4f6d2f9edac92d2f501a7f79c52260e103a5798" and "82a98acc6f0915196ecfb3dd3e5dc0d815c8dfd6" have entirely different histories.

9 changed files with 1 additions and 149 deletions

View File

@ -1,13 +0,0 @@
[gd_scene load_steps=2 format=2]
[ext_resource path="res://src/models/spell_cell/sprites/spell_frame.png" type="Texture" id=1]
[node name="SpellCell" type="Control"]
margin_right = 14.0
margin_bottom = 14.0
[node name="Frame" type="Sprite" parent="."]
texture = ExtResource( 1 )
centered = false
[node name="Spell" type="Sprite" parent="."]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/spell_frame.png-be0df25df81327942b069dcc03b14b4d.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://src/models/spell_cell/sprites/spell_frame.png"
dest_files=[ "res://.import/spell_frame.png-be0df25df81327942b069dcc03b14b4d.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

View File

@ -1,30 +1,9 @@
[gd_scene load_steps=4 format=2]
[ext_resource path="res://src/scenes/game/sprites/background_stones.png" type="Texture" id=1]
[ext_resource path="res://src/scenes/game/sprites/background_houses.png" type="Texture" id=2]
[ext_resource path="res://src/scenes/game/spell_holder.gd" type="Script" id=3]
[gd_scene format=2]
[node name="Game" type="Node"]
[node name="View" type="Node2D" parent="."]
[node name="Background" type="Node2D" parent="View"]
[node name="Stones" type="Sprite" parent="View/Background"]
texture = ExtResource( 1 )
centered = false
[node name="Houses" type="Sprite" parent="View/Background"]
texture = ExtResource( 2 )
centered = false
[node name="UI" type="Control" parent="."]
margin_right = 40.0
margin_bottom = 40.0
[node name="SpellHolder" type="Control" parent="UI"]
margin_left = 120.0
margin_top = 130.0
margin_right = 200.0
margin_bottom = 144.0
script = ExtResource( 3 )

View File

@ -1,9 +0,0 @@
extends Control
var cell_preload = preload("res://src/models/spell_cell/SpellCell.tscn")
func _ready():
for i in range(5):
var spell_cell = cell_preload.instance()
spell_cell.rect_position.x += i * (14 + 2)
self.add_child(spell_cell)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/background_houses.png-cda110e650cc7b69c3e7b78cc3aaf5b7.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://src/scenes/game/sprites/background_houses.png"
dest_files=[ "res://.import/background_houses.png-cda110e650cc7b69c3e7b78cc3aaf5b7.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

View File

@ -1,35 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/background_stones.png-4770615c08d52e38430ff8f769652a72.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://src/scenes/game/sprites/background_stones.png"
dest_files=[ "res://.import/background_stones.png-4770615c08d52e38430ff8f769652a72.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0