Skip to content

Instantly share code, notes, and snippets.

View zachiPL's full-sized avatar

Szymon Zachara zachiPL

  • Awaken Realms
  • Wrocław, Poland
View GitHub Profile
@DGoodayle
DGoodayle / RadialLayout.cs
Created September 16, 2015 13:48
Radial Layouts in Unity
using UnityEngine;
using UnityEngine.UI;
/*
Radial Layout Group by Just a Pixel (Danny Goodayle) - http://www.justapixel.co.uk
Copyright (c) 2015
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
@zachiPL
zachiPL / robot.js
Created December 6, 2012 10:47
WallScanner
var Robot = function(robot) {
robot.ignore('onScannedRobot');
robot.rotateCannon(-90);
robot.listen('onScannedRobot');
};
Robot.prototype.onIdle = function(ev) {
var robot = ev.robot;