mirror of
https://github.com/mightypanders/GMTKJam2021.git
synced 2025-01-30 21:59:55 +01:00
remove collision mayhem
This commit is contained in:
parent
89e326a5f7
commit
36b2292cba
11
Guest.tscn
11
Guest.tscn
@ -1,18 +1,15 @@
|
|||||||
[gd_scene load_steps=6 format=2]
|
[gd_scene load_steps=5 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://assets/placeholder_white.png" type="Texture" id=1]
|
[ext_resource path="res://assets/placeholder_white.png" type="Texture" id=1]
|
||||||
[ext_resource path="res://Guest.gd" type="Script" id=2]
|
[ext_resource path="res://Guest.gd" type="Script" id=2]
|
||||||
|
|
||||||
[sub_resource type="CircleShape2D" id=1]
|
[sub_resource type="CircleShape2D" id=4]
|
||||||
radius = 124.702
|
radius = 124.702
|
||||||
|
|
||||||
[sub_resource type="CapsuleShape2D" id=2]
|
[sub_resource type="CapsuleShape2D" id=3]
|
||||||
radius = 6.04475
|
radius = 6.04475
|
||||||
height = 3.32129
|
height = 3.32129
|
||||||
|
|
||||||
[sub_resource type="CircleShape2D" id=3]
|
|
||||||
radius = 24.5545
|
|
||||||
|
|
||||||
[node name="Guest" type="RigidBody2D" groups=[
|
[node name="Guest" type="RigidBody2D" groups=[
|
||||||
"Guest",
|
"Guest",
|
||||||
]]
|
]]
|
||||||
@ -30,7 +27,7 @@ __meta__ = {
|
|||||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="ExclusionZone"]
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="ExclusionZone"]
|
||||||
modulate = Color( 0.0823529, 1, 0.027451, 1 )
|
modulate = Color( 0.0823529, 1, 0.027451, 1 )
|
||||||
show_behind_parent = true
|
show_behind_parent = true
|
||||||
shape = SubResource( 1 )
|
shape = SubResource( 4 )
|
||||||
|
|
||||||
[node name="Sprite" type="Sprite" parent="."]
|
[node name="Sprite" type="Sprite" parent="."]
|
||||||
texture = ExtResource( 1 )
|
texture = ExtResource( 1 )
|
||||||
|
12
World.tscn
12
World.tscn
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user