-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from batataazul/GabrielF
Primeiro Tileset pronto
- Loading branch information
Showing
9 changed files
with
423 additions
and
4 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
pwojeto/.import/TileSet_montanha.png-9b13db27203be94d6f93f362f70bf01e.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
source_md5="28d163ad2f7cf9448a27779c586779c6" | ||
dest_md5="d9507409766186737f8e64d3b7ddca1d" | ||
|
Binary file added
BIN
+874 Bytes
pwojeto/.import/TileSet_montanha.png-9b13db27203be94d6f93f362f70bf01e.stex
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
[remap] | ||
|
||
importer="texture" | ||
type="StreamTexture" | ||
path="res://.import/TileSet_montanha.png-9b13db27203be94d6f93f362f70bf01e.stex" | ||
metadata={ | ||
"vram_texture": false | ||
} | ||
|
||
[deps] | ||
|
||
source_file="res://Assets/Tileset/TileSet_montanha.png" | ||
dest_files=[ "res://.import/TileSet_montanha.png-9b13db27203be94d6f93f362f70bf01e.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=true | ||
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 | ||
stream=false | ||
size_limit=0 | ||
detect_3d=true | ||
svg/scale=1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,178 @@ | ||
[gd_scene load_steps=3 format=2] | ||
|
||
[ext_resource path="res://Assets/Tileset/TileSet_montanha.png" type="Texture" id=1] | ||
|
||
[sub_resource type="RectangleShape2D" id=1] | ||
extents = Vector2( 15.8869, 15.7681 ) | ||
|
||
[node name="Node2D" type="Node"] | ||
|
||
[node name="1" type="Sprite" parent="."] | ||
position = Vector2( 39.444, 38.0542 ) | ||
scale = Vector2( 2, 2 ) | ||
texture = ExtResource( 1 ) | ||
vframes = 3 | ||
hframes = 3 | ||
|
||
[node name="StaticBody2D" type="StaticBody2D" parent="1"] | ||
__meta__ = { | ||
"_edit_lock_": true | ||
} | ||
|
||
[node name="CollisionShape2D" type="CollisionShape2D" parent="1/StaticBody2D"] | ||
shape = SubResource( 1 ) | ||
__meta__ = { | ||
"_edit_lock_": true | ||
} | ||
|
||
[node name="2" type="Sprite" parent="."] | ||
position = Vector2( 105.034, 38.0542 ) | ||
scale = Vector2( 2, 2 ) | ||
texture = ExtResource( 1 ) | ||
vframes = 3 | ||
hframes = 3 | ||
frame = 1 | ||
|
||
[node name="StaticBody2D" type="StaticBody2D" parent="2"] | ||
__meta__ = { | ||
"_edit_lock_": true | ||
} | ||
|
||
[node name="CollisionShape2D" type="CollisionShape2D" parent="2/StaticBody2D"] | ||
shape = SubResource( 1 ) | ||
__meta__ = { | ||
"_edit_lock_": true | ||
} | ||
|
||
[node name="3" type="Sprite" parent="."] | ||
position = Vector2( 170.356, 38.0542 ) | ||
scale = Vector2( 2, 2 ) | ||
texture = ExtResource( 1 ) | ||
vframes = 3 | ||
hframes = 3 | ||
frame = 2 | ||
|
||
[node name="StaticBody2D" type="StaticBody2D" parent="3"] | ||
__meta__ = { | ||
"_edit_lock_": true | ||
} | ||
|
||
[node name="CollisionShape2D" type="CollisionShape2D" parent="3/StaticBody2D"] | ||
shape = SubResource( 1 ) | ||
__meta__ = { | ||
"_edit_lock_": true | ||
} | ||
|
||
[node name="4" type="Sprite" parent="."] | ||
position = Vector2( 39.4602, 102.85 ) | ||
scale = Vector2( 2, 2 ) | ||
texture = ExtResource( 1 ) | ||
vframes = 3 | ||
hframes = 3 | ||
frame = 3 | ||
|
||
[node name="StaticBody2D" type="StaticBody2D" parent="4"] | ||
__meta__ = { | ||
"_edit_lock_": true | ||
} | ||
|
||
[node name="CollisionShape2D" type="CollisionShape2D" parent="4/StaticBody2D"] | ||
shape = SubResource( 1 ) | ||
__meta__ = { | ||
"_edit_lock_": true | ||
} | ||
|
||
[node name="5" type="Sprite" parent="."] | ||
position = Vector2( 104.846, 103.345 ) | ||
scale = Vector2( 2, 2 ) | ||
texture = ExtResource( 1 ) | ||
vframes = 3 | ||
hframes = 3 | ||
frame = 4 | ||
|
||
[node name="StaticBody2D" type="StaticBody2D" parent="5"] | ||
__meta__ = { | ||
"_edit_lock_": true | ||
} | ||
|
||
[node name="CollisionShape2D" type="CollisionShape2D" parent="5/StaticBody2D"] | ||
shape = SubResource( 1 ) | ||
__meta__ = { | ||
"_edit_lock_": true | ||
} | ||
|
||
[node name="6" type="Sprite" parent="."] | ||
position = Vector2( 170.356, 103.231 ) | ||
scale = Vector2( 2, 2 ) | ||
texture = ExtResource( 1 ) | ||
vframes = 3 | ||
hframes = 3 | ||
frame = 5 | ||
|
||
[node name="StaticBody2D" type="StaticBody2D" parent="6"] | ||
__meta__ = { | ||
"_edit_lock_": true | ||
} | ||
|
||
[node name="CollisionShape2D" type="CollisionShape2D" parent="6/StaticBody2D"] | ||
shape = SubResource( 1 ) | ||
__meta__ = { | ||
"_edit_lock_": true | ||
} | ||
|
||
[node name="7" type="Sprite" parent="."] | ||
position = Vector2( 39.4602, 168.026 ) | ||
scale = Vector2( 2, 2 ) | ||
texture = ExtResource( 1 ) | ||
vframes = 3 | ||
hframes = 3 | ||
frame = 6 | ||
|
||
[node name="StaticBody2D" type="StaticBody2D" parent="7"] | ||
__meta__ = { | ||
"_edit_lock_": true | ||
} | ||
|
||
[node name="CollisionShape2D" type="CollisionShape2D" parent="7/StaticBody2D"] | ||
shape = SubResource( 1 ) | ||
__meta__ = { | ||
"_edit_lock_": true | ||
} | ||
|
||
[node name="8" type="Sprite" parent="."] | ||
position = Vector2( 105.595, 168.521 ) | ||
scale = Vector2( 2, 2 ) | ||
texture = ExtResource( 1 ) | ||
vframes = 3 | ||
hframes = 3 | ||
frame = 7 | ||
|
||
[node name="StaticBody2D" type="StaticBody2D" parent="8"] | ||
__meta__ = { | ||
"_edit_lock_": true | ||
} | ||
|
||
[node name="CollisionShape2D" type="CollisionShape2D" parent="8/StaticBody2D"] | ||
shape = SubResource( 1 ) | ||
__meta__ = { | ||
"_edit_lock_": true | ||
} | ||
|
||
[node name="9" type="Sprite" parent="."] | ||
position = Vector2( 171.247, 168.266 ) | ||
scale = Vector2( 2, 2 ) | ||
texture = ExtResource( 1 ) | ||
vframes = 3 | ||
hframes = 3 | ||
frame = 8 | ||
|
||
[node name="StaticBody2D" type="StaticBody2D" parent="9"] | ||
__meta__ = { | ||
"_edit_lock_": true | ||
} | ||
|
||
[node name="CollisionShape2D" type="CollisionShape2D" parent="9/StaticBody2D"] | ||
shape = SubResource( 1 ) | ||
__meta__ = { | ||
"_edit_lock_": true | ||
} |
Oops, something went wrong.