Skip to content

Commit

Permalink
updated main screen
Browse files Browse the repository at this point in the history
  • Loading branch information
ProfAndreaPollini committed Jul 18, 2022
1 parent 9e9be11 commit 6a0a2ae
Showing 1 changed file with 44 additions and 1 deletion.
45 changes: 44 additions & 1 deletion MainScreen.tscn
Original file line number Diff line number Diff line change
@@ -1,3 +1,46 @@
[gd_scene format=2]
[gd_scene load_steps=8 format=2]

[ext_resource path="res://assets/Enchanted Forest Characters with animations.png" type="Texture" id=1]
[ext_resource path="res://assets/Characters.png" type="Texture" id=2]
[ext_resource path="res://assets/Fantasy RPG NPCs - Individuel Frames/Alchemist/Alchemist_Idle_1.png" type="Texture" id=3]
[ext_resource path="res://assets/dungeontiles-extended v1.1/dungeontileset-extended-palette.png" type="Texture" id=4]
[ext_resource path="res://assets/dungeontiles-extended v1.1/dungeontileset-extended.png" type="Texture" id=5]
[ext_resource path="res://assets/0x72_DungeonTilesetII_v1.4/0x72_DungeonTilesetII_v1.4/0x72_DungeonTilesetII_v1.4.png" type="Texture" id=6]
[ext_resource path="res://assets/Enchanted Forest - Individual Frames/Ranger/Ranger_Idle_1.png" type="Texture" id=7]

[node name="MainScreen" type="Node2D"]

[node name="Dungeontileset-extended" type="Sprite" parent="."]
visible = false
position = Vector2( 398, 578 )
texture = ExtResource( 5 )

[node name="Characters" type="Sprite" parent="Dungeontileset-extended"]
visible = false
position = Vector2( 140, -156 )
texture = ExtResource( 2 )

[node name="EnchantedForestCharactersWithAnimations" type="Sprite" parent="Dungeontileset-extended"]
visible = false
position = Vector2( -198, -216 )
texture = ExtResource( 1 )

[node name="0X72DungeonTilesetIiV14" type="Sprite" parent="."]
visible = false
position = Vector2( 353, 312 )
texture = ExtResource( 6 )

[node name="RangerIdle1" type="Sprite" parent="0X72DungeonTilesetIiV14"]
visible = false
position = Vector2( -269, 124 )
texture = ExtResource( 7 )

[node name="AlchemistIdle1" type="Sprite" parent="0X72DungeonTilesetIiV14"]
visible = false
position = Vector2( -277, 155 )
texture = ExtResource( 3 )

[node name="Dungeontileset-extended-palette" type="Sprite" parent="0X72DungeonTilesetIiV14"]
visible = false
position = Vector2( -161, 168 )
texture = ExtResource( 4 )

0 comments on commit 6a0a2ae

Please sign in to comment.