Test player sprites for all styles.
@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=15 format=2]
|
||||
[gd_scene load_steps=21 format=2]
|
||||
|
||||
[ext_resource path="res://scenes/MainScene.gd" type="Script" id=1]
|
||||
[ext_resource path="res://scenes/World.tscn" type="PackedScene" id=2]
|
||||
@ -14,6 +14,12 @@
|
||||
[ext_resource path="res://tilesets/denzi_32x32_orthogonal/denzi_32x32_orthogonal_world.tscn" type="PackedScene" id=12]
|
||||
[ext_resource path="res://tilesets/rogue_db32/rogue_db32_world.tscn" type="PackedScene" id=13]
|
||||
[ext_resource path="res://tilesets/16x16_orthogonal/player.tscn" type="PackedScene" id=14]
|
||||
[ext_resource path="res://tilesets/dc_32x32/player.tscn" type="PackedScene" id=15]
|
||||
[ext_resource path="res://tilesets/denzi_32x32_orthogonal/player.tscn" type="PackedScene" id=16]
|
||||
[ext_resource path="res://tilesets/denzi_public_domain/player.tscn" type="PackedScene" id=17]
|
||||
[ext_resource path="res://tilesets/rogue_db32/player.tscn" type="PackedScene" id=18]
|
||||
[ext_resource path="res://tilesets/rogue_dungeon/player.tscn" type="PackedScene" id=19]
|
||||
[ext_resource path="res://tilesets/rogue_lite/player.tscn" type="PackedScene" id=20]
|
||||
|
||||
[node name="Main" type="Node"]
|
||||
script = ExtResource( 1 )
|
||||
@ -22,8 +28,8 @@ world_scene = ExtResource( 2 )
|
||||
debug_camera_scene = ExtResource( 6 )
|
||||
loading_screen_path = NodePath("LoadingScreen/PanelContainer")
|
||||
worlds = [ ExtResource( 7 ), ExtResource( 10 ), ExtResource( 12 ), ExtResource( 9 ), ExtResource( 13 ), ExtResource( 8 ), ExtResource( 11 ) ]
|
||||
world_scales = [ Vector2( 0.5, 0.5 ), Vector2( 0.8, 0.8 ), Vector2( 0.8, 0.8 ), Vector2( 0.8, 0.8 ), Vector2( 0.8, 0.8 ), Vector2( 0.8, 0.8 ), Vector2( 0.8, 0.8 ) ]
|
||||
bodies = [ ExtResource( 14 ), null, null, null, null, null, null ]
|
||||
world_scales = [ Vector2( 0.5, 0.5 ), Vector2( 0.8, 0.8 ), Vector2( 0.8, 0.8 ), Vector2( 0.8, 0.8 ), Vector2( 0.5, 0.5 ), Vector2( 0.4, 0.4 ), Vector2( 0.3, 0.3 ) ]
|
||||
bodies = [ ExtResource( 14 ), ExtResource( 15 ), ExtResource( 16 ), ExtResource( 17 ), ExtResource( 18 ), ExtResource( 19 ), ExtResource( 20 ) ]
|
||||
|
||||
[node name="LoadingScreen" type="CanvasLayer" parent="."]
|
||||
layer = 100
|
||||
|
8
game/tilesets/dc_32x32/player.tscn
Normal file
@ -0,0 +1,8 @@
|
||||
[gd_scene load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://tilesets/dc_32x32/DungeonCrawl_ProjectUtumnoTileset.png" type="Texture" id=1]
|
||||
|
||||
[node name="Node2D" type="Sprite"]
|
||||
texture = ExtResource( 1 )
|
||||
region_enabled = true
|
||||
region_rect = Rect2( 130, 64, 28, 32 )
|
Before Width: | Height: | Size: 100 KiB After Width: | Height: | Size: 96 KiB |
9
game/tilesets/denzi_32x32_orthogonal/player.tscn
Normal file
@ -0,0 +1,9 @@
|
||||
[gd_scene load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://tilesets/denzi_32x32_orthogonal/32x32_monsters_slashem_Denzi090918-1.PNG" type="Texture" id=1]
|
||||
|
||||
[node name="Node2D" type="Sprite"]
|
||||
texture = ExtResource( 1 )
|
||||
flip_h = true
|
||||
region_enabled = true
|
||||
region_rect = Rect2( 160, 128, 32, 32 )
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 65 KiB |
8
game/tilesets/denzi_public_domain/player.tscn
Normal file
@ -0,0 +1,8 @@
|
||||
[gd_scene load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://tilesets/denzi_public_domain/32x32_ortho_character_paperdoll_Denzi110507-1.png" type="Texture" id=1]
|
||||
|
||||
[node name="Node2D" type="Sprite"]
|
||||
texture = ExtResource( 1 )
|
||||
region_enabled = true
|
||||
region_rect = Rect2( 16, 112, 32, 32 )
|
9
game/tilesets/rogue_db32/player.tscn
Normal file
@ -0,0 +1,9 @@
|
||||
[gd_scene load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://tilesets/rogue_db32/rogue_db32_spiderdave_1.png" type="Texture" id=1]
|
||||
|
||||
[node name="Node2D" type="Sprite"]
|
||||
texture = ExtResource( 1 )
|
||||
flip_h = true
|
||||
region_enabled = true
|
||||
region_rect = Rect2( 19, 73, 8, 8 )
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 33 KiB |
9
game/tilesets/rogue_dungeon/player.tscn
Normal file
@ -0,0 +1,9 @@
|
||||
[gd_scene load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://tilesets/rogue_dungeon/5.png" type="Texture" id=1]
|
||||
|
||||
[node name="Node2D" type="Sprite"]
|
||||
texture = ExtResource( 1 )
|
||||
flip_h = true
|
||||
region_enabled = true
|
||||
region_rect = Rect2( 1, 27, 10, 9 )
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 32 KiB |
9
game/tilesets/rogue_lite/player.tscn
Normal file
@ -0,0 +1,9 @@
|
||||
[gd_scene load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://tilesets/rogue_lite/8x.png" type="Texture" id=1]
|
||||
|
||||
[node name="Node2D" type="Sprite"]
|
||||
texture = ExtResource( 1 )
|
||||
flip_h = true
|
||||
region_enabled = true
|
||||
region_rect = Rect2( 23, 1, 10, 10 )
|