Ken Schaefer 1 year ago
parent
commit
1162887183
  1. 1
      Git/git.md
  2. 4
      Linux/linux-commands.md
  3. 5
      OpenEMR/event-architecture.md
  4. 34
      Unity3d/rpg-game.md

1
Git/git.md

@ -38,4 +38,3 @@ Use this command to commit your changes to the current working branch
`git commit -m "initializing a repo"` `git commit -m "initializing a repo"`

4
Linux/linux-commands.md

@ -7,7 +7,3 @@
ifconfig -a ifconfig -a
``` ```
### Change DNS Server
```
sudo nano /etc/resolv.conf
```

5
OpenEMR/event-architecture.md

@ -0,0 +1,5 @@
# Event Driven Architecture
## Source
https://youtu.be/TeugaN8YOIY

34
Unity3d/rpg-game.md

@ -0,0 +1,34 @@
# Player Object
## Object Components
Sprite Renderer
Circle Collider
Rigidbody2D
Animator
KeyboardMover Script
## RigidBody2D Settings
Under Constraints, Freeze Rotation on the Z to prevent the sprite from spinning when hitting edges of other bodies.
## Slicing the Sprite Sheet
## Setup Animations
## Keyboard Mover Script
# Switching Scenes
## Create Scenes
## Creating the exit
Add Object to scene
Add Box Collider 2D
Set Is Trigger to true
Size and place the object
Loading…
Cancel
Save