mirror of
https://github.com/godotengine/regression-test-project.git
synced 2026-01-06 02:10:13 +03:00
Remove second image (#14)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://icon 32x32.png" type="Texture" id=1]
|
||||
[ext_resource path="res://icon.png" type="Texture" id=1]
|
||||
[ext_resource path="res://Physics/2D/Area2D.gd" type="Script" id=2]
|
||||
|
||||
[node name="Area2D" type="Area2D"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://icon 32x32.png" type="Texture" id=1]
|
||||
[ext_resource path="res://icon.png" type="Texture" id=1]
|
||||
[ext_resource path="res://Physics/2D/KinematicBody2D.gd" type="Script" id=2]
|
||||
|
||||
[node name="KinematicBody2D" type="KinematicBody2D"]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://Physics/2D/RigidBody2D.gd" type="Script" id=1]
|
||||
[ext_resource path="res://icon 32x32.png" type="Texture" id=2]
|
||||
[ext_resource path="res://icon.png" type="Texture" id=2]
|
||||
|
||||
[node name="RigidBody2D" type="RigidBody2D"]
|
||||
gravity_scale = 0.1
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://icon 32x32.png" type="Texture" id=1]
|
||||
[ext_resource path="res://icon.png" type="Texture" id=1]
|
||||
[ext_resource path="res://Physics/2D/StaticBody2D.gd" type="Script" id=2]
|
||||
|
||||
[node name="StaticBody2D" type="StaticBody2D"]
|
||||
|
||||
Reference in New Issue
Block a user