Skip to content

Commit

Permalink
sit sc scty added
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy260700 committed Jan 3, 2021
1 parent 1d8b3af commit bd39305
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion resources/accesable_miniature/Indoors/Science_socity.tscn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[gd_scene load_steps=31 format=2]
[gd_scene load_steps=32 format=2]

[ext_resource path="res://resources/tilesets/stone_walls_and_floors.tres" type="TileSet" id=1]
[ext_resource path="res://resources/accesable_miniature/Indoors/Room_small/WallE.tscn" type="PackedScene" id=2]
Expand Down Expand Up @@ -30,8 +30,10 @@
[ext_resource path="res://Library/empty_table.tscn" type="PackedScene" id=28]
[ext_resource path="res://resources/accesable_miniature/Indoors/Room_small/doorS.tscn" type="PackedScene" id=29]
[ext_resource path="res://resources/accesable_miniature/Indoors/Room_small/doorW.tscn" type="PackedScene" id=30]
[ext_resource path="res://resources/sitting_lok/sitting_body.tscn" type="PackedScene" id=31]

[node name="Node2D" type="Node2D"]
position = Vector2( -0.261108, 0 )

[node name="TileMap" type="TileMap" parent="."]
mode = 1
Expand Down Expand Up @@ -388,6 +390,7 @@ position = Vector2( -45.2699, 25.2755 )
position = Vector2( -1365.5, 608.522 )

[node name="chair_table" type="YSort" parent="YSort"]
position = Vector2( 0, 0.261169 )

[node name="round_tablec" parent="YSort/chair_table" instance=ExtResource( 15 )]
position = Vector2( 1123.44, 539.856 )
Expand All @@ -407,6 +410,9 @@ position = Vector2( -746.573, 1108.01 )
[node name="schiar" parent="YSort/chair_table" instance=ExtResource( 19 )]
position = Vector2( -1515.05, 746.38 )

[node name="StaticBody2D2" parent="YSort/chair_table/schiar" instance=ExtResource( 31 )]
position = Vector2( 2.52612, 40.4675 )

[node name="schiar3" parent="YSort/chair_table" instance=ExtResource( 19 )]
position = Vector2( -766.586, 1092.72 )

Expand Down
4 changes: 2 additions & 2 deletions resources/sitting_lok/sitting_body.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
[node name="StaticBody2D" type="StaticBody2D"]

[node name="sitting_edited_rdshrt" type="Sprite" parent="."]
position = Vector2( -7.77801, -56.6413 )
position = Vector2( -3.79636, -51.9012 )
scale = Vector2( 0.84, 0.84 )
texture = ExtResource( 1 )

[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="."]
position = Vector2( -3.60244, 32.0428 )
position = Vector2( 0.379211, 36.7828 )
polygon = PoolVector2Array( -33.4033, 52.3426, 9.82605, 37.9328, 16.2725, 50.6362, -8.56539, 65.8044, -20.1311, 60.6851 )

0 comments on commit bd39305

Please sign in to comment.